You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by sr...@apache.org on 2016/02/24 19:51:39 UTC

[5/9] tez git commit: TEZ-3134. tez-dag should depend on commons-collections4. (hitesh)

TEZ-3134. tez-dag should depend on commons-collections4. (hitesh)


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

Branch: refs/heads/TEZ-2980
Commit: d1dee434c1bf374b0b8b3a713ebbae673d1ee995
Parents: fd75e64
Author: Hitesh Shah <hi...@apache.org>
Authored: Tue Feb 23 08:41:25 2016 -0800
Committer: Hitesh Shah <hi...@apache.org>
Committed: Tue Feb 23 08:41:25 2016 -0800

----------------------------------------------------------------------
 CHANGES.txt     | 1 +
 tez-dag/pom.xml | 4 ++++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/d1dee434/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 516012f..a3e4b37 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES
   TEZ-3029. Add an onError method to service plugin contexts.
 
 ALL CHANGES:
+  TEZ-3134. tez-dag should depend on commons-collections4.
   TEZ-3126. Log reason for not reducing parallelism
   TEZ-3131. Support a way to override test_root_dir for FaultToleranceTestRunner.
   TEZ-3067. Links to tez configs documentation should be bubbled up to top-level release page.

http://git-wip-us.apache.org/repos/asf/tez/blob/d1dee434/tez-dag/pom.xml
----------------------------------------------------------------------
diff --git a/tez-dag/pom.xml b/tez-dag/pom.xml
index 427e7b6..71385b0 100644
--- a/tez-dag/pom.xml
+++ b/tez-dag/pom.xml
@@ -114,6 +114,10 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
+     <groupId>org.apache.commons</groupId>
+     <artifactId>commons-collections4</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-yarn-common</artifactId>
       <type>test-jar</type>