You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2017/11/15 07:06:03 UTC

hbase git commit: HBASE-19255 PerformanceEvaluation class not found when run PE test

Repository: hbase
Updated Branches:
  refs/heads/master 797670b12 -> 249bc09d8


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/249bc09d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/249bc09d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/249bc09d

Branch: refs/heads/master
Commit: 249bc09d8ddf3ddc3cd4b96b8395770898a1c721
Parents: 797670b
Author: Guanghao Zhang <zg...@apache.org>
Authored: Tue Nov 14 18:20:15 2017 +0800
Committer: Guanghao Zhang <zg...@apache.org>
Committed: Wed Nov 15 15:04:33 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/249bc09d/hbase-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 473f0d3..71e90f3 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -199,6 +199,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>