[
https://issues.apache.org/jira/browse/YARN-11535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Teke resolved YARN-11535.
----------------------------------
Assignee: Benjamin Teke (was: Susheel Gupta)
Resolution: Fixed
> Remove jackson-dataformat-yaml dependency
> -----------------------------------------
>
> Key: YARN-11535
> URL: https://issues.apache.org/jira/browse/YARN-11535
> Project: Hadoop YARN
> Issue Type: Task
> Components: build, yarn
> Affects Versions: 3.4.0
> Reporter: Susheel Gupta
> Assignee: Benjamin Teke
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.4.0
>
> Attachments: deps.txt
>
>
> Hadoop-project usesĀ
> [snakeyaml.version-2.0|https://github.com/apache/hadoop/blame/trunk/hadoop-project/pom.xml#L198]
> and
> [jackson-dataformat-yaml-2.12.7|https://github.com/apache/hadoop/blob/trunk/hadoop-project/pom.xml#L72].
> But internally jackson-dataformat-yaml-2.12.7 uses compile dependency
> [snakeyaml.version-1.27|https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.12.7]
> .This may cause a transitive dependency issue in other services using hadoop
> jar having jackson-dataformat-yaml-2.12.7 asĀ jackson-dataformat-yaml-2.12.7
> will use nearest dependency available of snakeyaml i.e 1.27 and ignore the
> version of snakeyaml-2.0 from hadoop-project. To overcome this and since
> jackson-dataformat-yaml is not actually used it should be removed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]