Repository: tez Updated Branches: refs/heads/master 46bb527fc -> 081a64f71
TEZ-3931. TestExternalTezServices fails on 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/081a64f7 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/081a64f7 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/081a64f7 Branch: refs/heads/master Commit: 081a64f716a73a5f65c8d74e6ab729e57b0747bc Parents: 46bb527 Author: Kuhu Shukla <[email protected]> Authored: Tue May 8 11:03:38 2018 -0500 Committer: Kuhu Shukla <[email protected]> Committed: Tue May 8 11:03:38 2018 -0500 ---------------------------------------------------------------------- tez-ext-service-tests/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/081a64f7/tez-ext-service-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ext-service-tests/pom.xml b/tez-ext-service-tests/pom.xml index a09e382..d6d8573 100644 --- a/tez-ext-service-tests/pom.xml +++ b/tez-ext-service-tests/pom.xml @@ -96,8 +96,7 @@ </dependency> <dependency> <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-mapreduce-client-jobclient</artifactId> - <type>test-jar</type> + <artifactId>hadoop-mapreduce-client-shuffle</artifactId> <scope>test</scope> </dependency>
