[
https://issues.apache.org/jira/browse/SPARK-3955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14260291#comment-14260291
]
Apache Spark commented on SPARK-3955:
-------------------------------------
User 'srowen' has created a pull request for this issue:
https://github.com/apache/spark/pull/3829
> Different versions between jackson-mapper-asl and jackson-core-asl
> ------------------------------------------------------------------
>
> Key: SPARK-3955
> URL: https://issues.apache.org/jira/browse/SPARK-3955
> Project: Spark
> Issue Type: Bug
> Components: Build, Spark Core, SQL
> Affects Versions: 1.1.0
> Reporter: Jongyoul Lee
> Assignee: Jongyoul Lee
> Fix For: 1.3.0
>
>
> In the parent pom.xml, specified a version of jackson-mapper-asl. This is
> used by sql/hive/pom.xml. When mvn assembly runs, however, jackson-mapper-asl
> is not same as jackson-core-asl. This is because other libraries use several
> versions of jackson, so other version of jackson-core-asl is assembled.
> Simply, fix this problem if pom.xml has a specific version information of
> jackson-core-asl. If it's not set, a version 1.9.11 is merged info
> assembly.jar and we cannot use jackson library properly.
> {code}
> [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.8.8 in the
> shaded jar.
> [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.11 in the
> shaded jar.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]