Merge pull request #666 from c0s/master

hbase dependency is missed in hadoop2-yarn profile of examples module
This commit is contained in:
Matei Zaharia 2013-07-01 18:24:03 -07:00 committed by Christopher Nguyen
commit 2e32fc8d72

View file

@ -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>