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

Sean Owen commented on SPARK-3955:
----------------------------------

Looks like Jackson is managed to version 1.8.8 for Avro reasons. I think core 
just needs to be managed the same way. I'll try it locally to make sure that 
works.

> 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: Spark Core, SQL
>    Affects Versions: 1.1.0
>            Reporter: Jongyoul Lee
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to