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 <[email protected]> Authored: Tue Nov 14 18:20:15 2017 +0800 Committer: Guanghao Zhang <[email protected]> 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>
