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 3ad300a2b0
commit 2dc191485f
1 changed files with 5 additions and 0 deletions

View File

@ -183,6 +183,11 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-mapreduce</artifactId>
</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. -->
<dependency>
<groupId>org.apache.hbase</groupId>