TEZ-3135. tez-ext-service-tests, tez-plugins/tez-yarn-timeline-history and 
tez-tools/tez-javadoc-tools missing dependencies. (Vijay Kumar via hitesh)


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

Branch: refs/heads/TEZ-2980
Commit: a86b4fa232a1330310599a1e37ef6c40d638ad92
Parents: d1dee43
Author: Hitesh Shah <hit...@apache.org>
Authored: Tue Feb 23 12:28:24 2016 -0800
Committer: Hitesh Shah <hit...@apache.org>
Committed: Tue Feb 23 12:28:24 2016 -0800

----------------------------------------------------------------------
 CHANGES.txt                                   | 1 +
 tez-ext-service-tests/pom.xml                 | 5 +++++
 tez-plugins/tez-yarn-timeline-history/pom.xml | 5 +++++
 tez-tools/tez-javadoc-tools/pom.xml           | 8 ++++++++
 4 files changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/a86b4fa2/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a3e4b37..5dc8976 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-3135. tez-ext-service-tests, tez-plugins/tez-yarn-timeline-history and 
tez-tools/tez-javadoc-tools missing dependencies.
   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.

http://git-wip-us.apache.org/repos/asf/tez/blob/a86b4fa2/tez-ext-service-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tez-ext-service-tests/pom.xml b/tez-ext-service-tests/pom.xml
index 2ac1ba3..6a5c344 100644
--- a/tez-ext-service-tests/pom.xml
+++ b/tez-ext-service-tests/pom.xml
@@ -39,6 +39,11 @@
       <artifactId>hadoop-common</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/tez/blob/a86b4fa2/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 f91f27e..a06cd47 100644
--- a/tez-plugins/tez-yarn-timeline-history/pom.xml
+++ b/tez-plugins/tez-yarn-timeline-history/pom.xml
@@ -53,6 +53,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-yarn-api</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/tez/blob/a86b4fa2/tez-tools/tez-javadoc-tools/pom.xml
----------------------------------------------------------------------
diff --git a/tez-tools/tez-javadoc-tools/pom.xml 
b/tez-tools/tez-javadoc-tools/pom.xml
index 678be5d..a5e489d 100644
--- a/tez-tools/tez-javadoc-tools/pom.xml
+++ b/tez-tools/tez-javadoc-tools/pom.xml
@@ -33,6 +33,14 @@
       <groupId>org.apache.tez</groupId>
       <artifactId>tez-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
   </dependencies>
 
   <profiles>

Reply via email to