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

Ayush Saxena commented on HADOOP-18033:
---------------------------------------

{quote}Actually, javax.ws.rs-api is not even clashing with jsr311-api (weird, 
didn't expect this).
{quote}
The duplicate error that you were quoting was conflict in between 
hadoop-client-runtime vs hadoop-minicluster :(

Looks like yes:
{noformat}
Duplicate classes found:  Found in:
    org.apache.hadoop:hadoop-client-minicluster:jar:3.4.0-SNAPSHOT:compile
    org.apache.hadoop:hadoop-client-runtime:jar:3.4.0-SNAPSHOT:compile{noformat}
AFAIK Whatever gets shaded in hadoop-client-runtime we anyway have to exclude 
from hadoop-minicluster, we can't shade it in both,  there are bunch of lines 
like. : {{exclude everything that comes in via the shaded runtime and api}}

{{exclude things that came in via transitive in shaded runtime and api}}

the problem that [~pan3793] quoted for spark & kyubi should get sorted atleast 
by this

> Upgrade fasterxml Jackson to 2.13.0
> -----------------------------------
>
>                 Key: HADOOP-18033
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18033
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>            Reporter: Akira Ajisaka
>            Assignee: Viraj Jasani
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.4.0, 3.3.2
>
>          Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> Spark 3.2.0 depends on Jackson 2.12.3. Let's upgrade to 2.12.5 (2.12.x latest 
> as of now) or upper.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to