HBASE-19255 PerformanceEvaluation class not found when run PE test

This commit is contained in:
Guanghao Zhang 2017-11-14 18:20:15 +08:00
parent 797670b129
commit 249bc09d8d
1 changed files with 5 additions and 0 deletions

View File

@ -199,6 +199,11 @@
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-mapreduce</artifactId> <artifactId>hbase-mapreduce</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-mapreduce</artifactId>
<type>test-jar</type>
</dependency>
<!-- To dump tools in hbase-procedure into cached_classpath.txt. --> <!-- To dump tools in hbase-procedure into cached_classpath.txt. -->
<dependency> <dependency>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>