Skip to content
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

Update Jackson to >= 2.6 #4372

Closed
drcrallen opened this issue Jun 6, 2017 · 5 comments
Closed

Update Jackson to >= 2.6 #4372

drcrallen opened this issue Jun 6, 2017 · 5 comments
Milestone

Comments

@drcrallen
Copy link
Contributor

There are numerous problems with sticking to Jackson < 2.6, including lacking spark compatibility and lacking compatibility with recent versions of various cloud SDKs.

This ask is that Jackson be upgraded.

@gianm
Copy link
Contributor

gianm commented Jun 6, 2017

Can you add some color about why Jackson has not yet been upgraded and what makes it difficult?

@leventov
Copy link
Member

leventov commented Jun 6, 2017

Hadoop will always have the most stale dependencies, due to it's development "velocity". Always having Druid to stay on as old library versions as Hadoop use (and not the newest Hadoop!) is very sad. Is it approachable to decouple Hadoop and have a separate set of dependencies for it? For example Jackson sends JSON after all, so on protocol level there should be no difference between any Jackson version.

@gianm
Copy link
Contributor

gianm commented Jun 6, 2017

Newer hadoop versions have some better classloader control, it's possible we could find a set of parameters that allows us to update jackson, and tell users to use those parameters. I'm not totally sure if this will work though.

@drcrallen
Copy link
Contributor Author

drcrallen commented Jun 6, 2017

@gianm #1674 and more specifically #1669 (comment)

@leventov leventov changed the title Update Jackson to > 2.4 Update Jackson to >= 2.6 Jun 8, 2017
@leventov leventov added this to the 0.11.0 milestone Jun 8, 2017
@jon-wei jon-wei modified the milestones: 0.11.0, 0.11.1 Sep 20, 2017
@drcrallen
Copy link
Contributor Author

A profile -P spark2 was added in #4808

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

No branches or pull requests

4 participants