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 00:15:12 UTC

[hbase] branch branch-2.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.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new c0e92a1  HBASE-22800 Add mapreduce dependencies to hbase-shaded-testing-util (#458)
c0e92a1 is described below

commit c0e92a1840b6c5c5f21c616bfbec29f25ac0f17f
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 1044598..e821af1 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>