aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEthan Jewett <esjewett@gmail.com>2013-05-20 19:41:38 -0500
committerEthan Jewett <esjewett@gmail.com>2013-05-20 19:41:38 -0500
commit3217d486f7fdd590250f2efee567e4779e130d34 (patch)
tree7bda4d0f300c1cad4c8bc853d00f78b47752578c /examples
parentee6f6aa6cd028e6a3938dcd5334661c27f493bc6 (diff)
downloadspark-3217d486f7fdd590250f2efee567e4779e130d34.tar.gz
spark-3217d486f7fdd590250f2efee567e4779e130d34.tar.bz2
spark-3217d486f7fdd590250f2efee567e4779e130d34.zip
Add hBase dependency to examples POM
Diffstat (limited to 'examples')
-rw-r--r--examples/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index c42d2bcdb9..0fbb5a3d5d 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -67,6 +67,11 @@
<artifactId>hadoop-core</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase</artifactId>
+ <version>0.94.6</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -105,6 +110,11 @@
<artifactId>hadoop-client</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase</artifactId>
+ <version>0.94.6</version>
+ </dependency>
</dependencies>
<build>
<plugins>