Skip to content

add jackson-core-asl 1.8.8 dependency #3379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

add jackson-core-asl 1.8.8 dependency #3379

wants to merge 1 commit into from

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