You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Jonathan Eagles (JIRA)" <ji...@apache.org> on 2018/05/04 16:13:00 UTC

[jira] [Commented] (TEZ-3931) TestExternalTezServices fails on Hadoop3

    [ https://issues.apache.org/jira/browse/TEZ-3931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16464078#comment-16464078 ] 

Jonathan Eagles commented on TEZ-3931:
--------------------------------------

org.apache.hadoop:hadoop-mapreduce-client-jobclient:test-jar:tests:3.0.2 dependency is not needed directly in the external services test execution phase. However, in hadoop 2.7 this was providing a transitive dependency hadoop-mapreduce-client-shuffle, but in hadoop 3 it is not a transitive dependency. This patch moves to directly depending for test execution on hadoop-mapreduce-client-shuffle which is correct for both hadoop3 (master) and hadoop2 (branch-0.9) lines 

> TestExternalTezServices fails on Hadoop3
> ----------------------------------------
>
>                 Key: TEZ-3931
>                 URL: https://issues.apache.org/jira/browse/TEZ-3931
>             Project: Apache Tez
>          Issue Type: Sub-task
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Major
>         Attachments: TEZ-3931.001.patch
>
>
> In addition, to a netty upgrade needed (TEZ-3902), the dependency for hadoop-mapreduce-client-shuffle needs to be added explicitly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)