You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Patrick Wendell (JIRA)" <ji...@apache.org> on 2014/12/27 08:00:25 UTC

[jira] [Updated] (SPARK-3955) Different versions between jackson-mapper-asl and jackson-core-asl

     [ https://issues.apache.org/jira/browse/SPARK-3955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Wendell updated SPARK-3955:
-----------------------------------
    Assignee: Jongyoul Lee

> 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
>
> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org