You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by sa...@apache.org on 2019/08/07 15:22:15 UTC

[hbase] branch branch-2 updated: HBASE-22800 Add mapreduce dependencies to hbase-shaded-testing-util (#458)

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 <ba...@cloudera.com>
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 <bu...@apache.org>
    Signed-off-by: Sakthi <sa...@apache.org>
---
 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>