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

Harish Jaiprakash commented on TEZ-3901:
----------------------------------------

This might explain: https://issues.apache.org/jira/browse/MNG-4917 since jdk18 
is getting activated it disables hadoop27. Adding jersey.version=1.9 into the 
default properties list and override in a profile is working for me.

If we pass -Phadoop27, tez-plugins/tez-yarn-timeline-history/pom.xml fails. The 
profile dependency is wrong there, its an older bug we never hit, since we 
assumed default build was hadoop27.

 

> Add hadoop3 profile for upgrade to Jersey 1.19
> ----------------------------------------------
>
>                 Key: TEZ-3901
>                 URL: https://issues.apache.org/jira/browse/TEZ-3901
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: Eric Wohlstadter
>            Assignee: Eric Wohlstadter
>            Priority: Major
>         Attachments: TEZ-3901.1.patch
>
>
> From [~harishjp]:
> "DAGAppMaster fails to start when using hadoop3 and ATSv15, because 
> TimelineWriter has been changed to use jersey-client 1.19 in hadoop3, but tez 
> packages jersey-client 1.9 with it. There are incompatible changes between 
> them, so we cannot upgrade to 1.19 for all versions, it should be 1.9 in 
> older hadoop and 1.19 in hadoop3."
>  
> This patch includes some copy and paste of the hadoop28 profile to a hadoop3 
> profile. Maven doesn't include anything like "profile inheritance".



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

Reply via email to