This is an automated email from the ASF dual-hosted git repository.
sakthi pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new b98ecb8 HBASE-22800 Add mapreduce dependencies to
hbase-shaded-testing-util (#458)
b98ecb8 is described below
commit b98ecb85e92c6fbfef6afcb73201a8732c5a4990
Author: Balazs Meszaros <[email protected]>
AuthorDate: Wed Aug 7 02:15:06 2019 +0200
HBASE-22800 Add mapreduce dependencies to hbase-shaded-testing-util (#458)
Signed-off-by: Sean Busbey <[email protected]>
Signed-off-by: Sakthi <[email protected]>
---
hbase-shaded/hbase-shaded-testing-util/pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/hbase-shaded/hbase-shaded-testing-util/pom.xml
b/hbase-shaded/hbase-shaded-testing-util/pom.xml
index a10d935..b4cf8e0 100644
--- a/hbase-shaded/hbase-shaded-testing-util/pom.xml
+++ b/hbase-shaded/hbase-shaded-testing-util/pom.xml
@@ -54,6 +54,20 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapreduce-client-app</artifactId>
+ <version>${hadoop.version}</version>
+ <type>test-jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
+ <version>${hadoop.version}</version>
+ <type>test-jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-common</artifactId>
<type>test-jar</type>