HBASE-19968 MapReduce test fails with NoClassDefFoundError against hadoop3

This commit is contained in:
tedyu 2018-02-12 09:54:00 -08:00
parent 67b69fb2c7
commit 1c67d8a46f
1 changed files with 4 additions and 0 deletions

View File

@ -425,6 +425,10 @@
<groupId>org.apache.hadoop</groupId>
<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>