Skip to content

Conversation

@devlatte
Copy link

When I use jackson lib on spark app. to parse json string, jackson-mapper-asl 1.8.8 conflicts with jackson-core-asl (1.9.x)
jackson-mapper-asl 1.8.8 dependency doesn't affect jackson-core-asl version.
So, I add jackson-core-asl 1.8.8 dependency to match the version of jackson-mapper-asl.
My app. is working well after fix it.

When I use jackson lib on spark app. to parse json string, jackson-mapper-asl 1.8.8 conflicts with jackson-core-asl (1.9.x) 
jackson-mapper-asl 1.8.8 dependency doesn't affect jackson-core-asl version.
So, I add jackson-core-asl 1.8.8 dependency to match the version of jackson-mapper-asl.
My app. is working well after fix it.
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@devlatte
Copy link
Author

It might be related with this issue.
https://issues.apache.org/jira/browse/SPARK-3602

@srowen
Copy link
Member

srowen commented Nov 20, 2014

This is basically the same as https://issues.apache.org/jira/browse/SPARK-3955 actually, which already has an open PR: #2818 Maybe comment on that PR instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants