Jongyoul Lee created SPARK-3955:
-----------------------------------

             Summary: 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to