Repository: hbase
Updated Branches:
  refs/heads/branch-2 3ad300a2b -> 2dc191485


HBASE-19255 PerformanceEvaluation class not found when run PE test


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

Branch: refs/heads/branch-2
Commit: 2dc191485f8a8ce18e89b0ee4bf2d0b0bf11ee1c
Parents: 3ad300a
Author: Guanghao Zhang <[email protected]>
Authored: Tue Nov 14 18:20:15 2017 +0800
Committer: Guanghao Zhang <[email protected]>
Committed: Wed Nov 15 15:06:45 2017 +0800

----------------------------------------------------------------------
 hbase-assembly/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/2dc19148/hbase-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 105fe8e..77e45cb 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -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>

Reply via email to