[
https://issues.apache.org/jira/browse/HADOOP-13692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15555012#comment-15555012
]
Steve Loughran commented on HADOOP-13692:
-----------------------------------------
Looking at the spark stuff, I'm explicitly adding in (and blaming on aws SDK
10.6+), another jackson entry
{code}
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-cbor</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
{code}
Looking into HADOOP-13050; looks like it comes in after AWS SDK 10.6, so not
relevant.
+1
> hadoop-aws should declare explicit dependency on Jackson 2 jars to prevent
> classpath conflicts.
> -----------------------------------------------------------------------------------------------
>
> Key: HADOOP-13692
> URL: https://issues.apache.org/jira/browse/HADOOP-13692
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Priority: Minor
> Attachments: HADOOP-13692-branch-2.001.patch
>
>
> If an end user's application has a dependency on hadoop-aws and no other
> Hadoop artifacts, then it picks up a transitive dependency on Jackson 2.5.3
> jars through the AWS SDK. This can cause conflicts at deployment time,
> because Hadoop has a dependency on version 2.2.3, and the 2 versions are not
> compatible with one another. We can prevent this problem by changing
> hadoop-aws to declare explicit dependencies on the Jackson artifacts, at the
> version Hadoop wants.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]