aboutsummaryrefslogtreecommitdiff
path: root/examples/pom.xml
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@wandisco.com>2013-07-01 16:05:55 -0700
committerKonstantin Boudnik <cos@wandisco.com>2013-07-01 17:45:07 -0700
commit6fdbc68f2c5b220d1618d5a78d46aa0f844cae45 (patch)
treea84e88ed99db8ed3097c12ff01e9318581d23282 /examples/pom.xml
parent7cd490ef5ba28df31f5e061eff83c855731dfca4 (diff)
downloadspark-6fdbc68f2c5b220d1618d5a78d46aa0f844cae45.tar.gz
spark-6fdbc68f2c5b220d1618d5a78d46aa0f844cae45.tar.bz2
spark-6fdbc68f2c5b220d1618d5a78d46aa0f844cae45.zip
Fixing missed hbase dependency in examples hadoop2-yarn profile
Diffstat (limited to 'examples/pom.xml')
-rw-r--r--examples/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index 3e5271ec2f..78ec58729b 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -193,6 +193,11 @@
<artifactId>hadoop-yarn-common</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase</artifactId>
+ <version>0.94.6</version>
+ </dependency>
</dependencies>
<build>
<plugins>