Repository: tez Updated Branches: refs/heads/master 93bd26ebb -> dec7c1b52
TEZ-3717. tez-yarn-timeline-history-with-fs does not build with hadoop-2.8. (harishjp) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/dec7c1b5 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/dec7c1b5 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/dec7c1b5 Branch: refs/heads/master Commit: dec7c1b52b8a16e949b5af300c78e370d2d4f2da Parents: 93bd26e Author: Harish JP <[email protected]> Authored: Wed May 10 09:32:23 2017 +0530 Committer: Harish JP <[email protected]> Committed: Wed May 10 09:32:23 2017 +0530 ---------------------------------------------------------------------- tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/dec7c1b5/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml b/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml index 579b1bc..4e74e7e 100644 --- a/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml @@ -83,6 +83,11 @@ <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdfs</artifactId> <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs</artifactId> + <scope>test</scope> <type>test-jar</type> </dependency> <dependency>
