You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by zh...@apache.org on 2017/03/28 19:48:27 UTC

[46/50] [abbrv] tez git commit: TEZ-3668. Explicitly include hadoop-mapreduce-client-shuffle for test in root pom (zhiyuany)

TEZ-3668. Explicitly include hadoop-mapreduce-client-shuffle for test in root pom (zhiyuany)


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/2bdf58aa
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/2bdf58aa
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/2bdf58aa

Branch: refs/heads/TEZ-1190
Commit: 2bdf58aa92bdf00408383d2f0787bb1d26081954
Parents: e375b9d
Author: Zhiyuan Yang <zh...@apache.org>
Authored: Mon Mar 27 18:49:34 2017 -0700
Committer: Zhiyuan Yang <zh...@apache.org>
Committed: Mon Mar 27 18:49:34 2017 -0700

----------------------------------------------------------------------
 pom.xml                                       | 6 ++++++
 tez-plugins/tez-yarn-timeline-history/pom.xml | 4 ++++
 tez-tests/pom.xml                             | 4 ++++
 3 files changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/2bdf58aa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e4d2dd3..2bbac69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -580,6 +580,12 @@
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
+        <scope>test</scope>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
         <scope>test</scope>
         <type>test-jar</type>

http://git-wip-us.apache.org/repos/asf/tez/blob/2bdf58aa/tez-plugins/tez-yarn-timeline-history/pom.xml
----------------------------------------------------------------------
diff --git a/tez-plugins/tez-yarn-timeline-history/pom.xml b/tez-plugins/tez-yarn-timeline-history/pom.xml
index 2c0ad4d..e37883c 100644
--- a/tez-plugins/tez-yarn-timeline-history/pom.xml
+++ b/tez-plugins/tez-yarn-timeline-history/pom.xml
@@ -103,6 +103,10 @@
       <type>test-jar</type>
     </dependency>
     <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.codehaus.jettison</groupId>
       <artifactId>jettison</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/tez/blob/2bdf58aa/tez-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tez-tests/pom.xml b/tez-tests/pom.xml
index d314f6d..20fd747 100644
--- a/tez-tests/pom.xml
+++ b/tez-tests/pom.xml
@@ -104,6 +104,10 @@
       <type>test-jar</type>
     </dependency>
     <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
+    </dependency>
+    <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>