Repository: tez
Updated Branches:
  refs/heads/master ab8b45eda -> ff81cc4f8


TEZ-3898. TestTezCommonUtils fails when compiled against hadoop version >= 2.8 
(Jason Lowe via jeagles)


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

Branch: refs/heads/master
Commit: ff81cc4f809c8c3366e2c9318d68e78ddcf5c665
Parents: ab8b45e
Author: Jonathan Eagles <jeag...@yahoo-inc.com>
Authored: Mon Feb 19 10:09:48 2018 -0600
Committer: Jonathan Eagles <jeag...@yahoo-inc.com>
Committed: Mon Feb 19 10:09:48 2018 -0600

----------------------------------------------------------------------
 tez-api/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/ff81cc4f/tez-api/pom.xml
----------------------------------------------------------------------
diff --git a/tez-api/pom.xml b/tez-api/pom.xml
index 763534f..13b6c01 100644
--- a/tez-api/pom.xml
+++ b/tez-api/pom.xml
@@ -225,6 +225,12 @@
           <artifactId>hadoop-hdfs-client</artifactId>
           <version>${hadoop.version}</version>
        </dependency>
+       <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-hdfs</artifactId>
+          <scope>test</scope>
+          <version>${hadoop.version}</version>
+       </dependency>
       </dependencies>
     </profile>
   </profiles>

Reply via email to