You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Harish Jaiprakash (JIRA)" <ji...@apache.org> on 2018/03/08 00:06:00 UTC

[jira] [Comment Edited] (TEZ-3901) Add hadoop3 profile for upgrade to Jersey 1.19

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

Harish Jaiprakash edited comment on TEZ-3901 at 3/8/18 12:05 AM:
-----------------------------------------------------------------

mvn clean install fails for me. Not sure why its not reading the jersey.version property from hadoop27 profile. My maven version is: 3.5.2.

The other 2 profiles are working fine.

 

{{[ERROR] [ERROR] Some problems were encountered while processing the POMs:}}
{{[ERROR] 'dependencies.dependency.version' for com.sun.jersey:jersey-client:jar must be a valid version but is '${jersey.version}'. @ org.apache.tez:tez:0.9.2-SNAPSHOT, /Users/harishjp/devel/tez/pom.xml, line 727, column 17}}
{{[ERROR] 'dependencies.dependency.version' for com.sun.jersey:jersey-json:jar must be a valid version but is '${jersey.version}'. @ org.apache.tez:tez:0.9.2-SNAPSHOT, /Users/harishjp/devel/tez/pom.xml, line 732, column 18}}

 


was (Author: harishjp):
mvn clean install fails for me. Not sure why its not reading the jersey.version property from hadoop27 profile. My maven version is: 3.5.2.

The other 2 profiles are working fine.

> 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)