HBASE-19255 PerformanceEvaluation class not found when run PE test
This commit is contained in:
parent
3ad300a2b0
commit
2dc191485f
|
@ -183,6 +183,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>
|
||||||
|
|
Loading…
Reference in New Issue