[
https://issues.apache.org/jira/browse/TEZ-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17033770#comment-17033770
]
László Bodor edited comment on TEZ-4100 at 2/10/20 5:11 PM:
------------------------------------------------------------
[~jeagles]: could you please take a look at [^TEZ-4100.06.patch] ?
you were concerned about registerApplicationMaster API changes, it was a bit
tricky after YARN-6619 (call was changed in outer async wrapper:
https://github.com/apache/hadoop/commit/29d9e4d5814900d5c59d77fe05d32186d4ad9385#diff-f2cc522c2f10af494f2b957451dc35a8R200-R201)
, but I handled it in unit test, both of the below cases should work:
{code}
mvn clean test -pl ./tez-dag -Dguava.version=11.0.2 -Dhadoop.version=3.0.3
-Dtest=TestDagAwareYarnTaskScheduler
mvn clean test -pl ./tez-dag -Dguava.version=27.0-jre -Dhadoop.version=3.1.3
-Dtest=TestDagAwareYarnTaskScheduler
{code}
was (Author: abstractdog):
[~jeagles]: could you please take a look at [^TEZ-4100.06.patch] ?
you were concerned about registerApplicationMaster API changes, it was a bit
tricky after YARN-6619, but I handled it in unit test, both of the below cases
should work:
{code}
mvn clean test -pl ./tez-dag -Dguava.version=11.0.2 -Dhadoop.version=3.0.3
-Dtest=TestDagAwareYarnTaskScheduler
mvn clean test -pl ./tez-dag -Dguava.version=27.0-jre -Dhadoop.version=3.1.3
-Dtest=TestDagAwareYarnTaskScheduler
{code}
> Upgrade to hadoop 3.1.3 and Guava 27.0-jre accordingly
> ------------------------------------------------------
>
> Key: TEZ-4100
> URL: https://issues.apache.org/jira/browse/TEZ-4100
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
> Attachments: TEZ-4100.01.patch, TEZ-4100.02.patch, TEZ-4100.03.patch,
> TEZ-4100.04.patch, TEZ-4100.05.patch, TEZ-4100.06.patch
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)