You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2018/02/15 04:33:28 UTC

[02/30] hbase git commit: HBASE-19968 MapReduce test fails with NoClassDefFoundError against hadoop3

HBASE-19968 MapReduce test fails with NoClassDefFoundError against hadoop3


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1c67d8a4
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1c67d8a4
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1c67d8a4

Branch: refs/heads/HBASE-19064
Commit: 1c67d8a46f644275484d0ae3554cb892e81882ba
Parents: 67b69fb
Author: tedyu <yu...@gmail.com>
Authored: Mon Feb 12 09:54:00 2018 -0800
Committer: tedyu <yu...@gmail.com>
Committed: Mon Feb 12 09:54:00 2018 -0800

----------------------------------------------------------------------
 hbase-mapreduce/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/1c67d8a4/hbase-mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-mapreduce/pom.xml b/hbase-mapreduce/pom.xml
index 4a416dc..76dd015 100644
--- a/hbase-mapreduce/pom.xml
+++ b/hbase-mapreduce/pom.xml
@@ -426,6 +426,10 @@
           <artifactId>hadoop-common</artifactId>
         </dependency>
         <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-hdfs</artifactId>
+        </dependency>
+        <dependency>
           <!--maven dependency:analyze says not needed but tests fail w/o-->
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-minicluster</artifactId>