Repository: tez Updated Branches: refs/heads/master b0eb9dc65 -> e0ca8c9a9
TEZ-3949. TestATSHistoryV15 is failing with hadoop3+ (Jonathan Eagles via kshukla) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/e0ca8c9a Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/e0ca8c9a Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/e0ca8c9a Branch: refs/heads/master Commit: e0ca8c9a9313e44ff3fd151fe42ba1ff8fb6cec9 Parents: b0eb9dc Author: Kuhu Shukla <[email protected]> Authored: Tue Jun 5 15:29:48 2018 -0500 Committer: Kuhu Shukla <[email protected]> Committed: Tue Jun 5 15:29:48 2018 -0500 ---------------------------------------------------------------------- tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/e0ca8c9a/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 d151a36..9f05b06 100644 --- a/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml @@ -113,6 +113,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>
