Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
Hadoop-project usesĀ snakeyaml.version-2.0 and jackson-dataformat-yaml-2.12.7.
But internally jackson-dataformat-yaml-2.12.7 uses compile dependency snakeyaml.version-1.27 .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.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-18658 snakeyaml dependency: upgrade to v2.0
- Resolved
- links to