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

not compatible for hadoop 0.20.0 #270

Closed
watertosea opened this issue Sep 17, 2014 · 1 comment
Closed

not compatible for hadoop 0.20.0 #270

watertosea opened this issue Sep 17, 2014 · 1 comment

Comments

@watertosea
Copy link

"FATAL org.apache.hadoop.mapred.Child: Error running child : java.lang.NoSuchMethodError: org.codehaus.jackson.map.ObjectMapper.reader(Ljava/lang/Class;)Lorg/codehaus/jackson/map/ObjectRead"

the reson is "jackson-mapper-asl-1.5.2.jar" version's method is different from "jackson-mapper-asl-1.6.jar" or above

@costin
Copy link
Member

costin commented Sep 17, 2014

Hi @smartzjp

hadoop 0.20.x is not supported by es-hadoop. Jackson dependency is just one of the issues (can be resolved by upgrading jackson); the issue is with Hadoop itself which has a completely different contract and some areas that have changed in 1.x.

By the way, the list of supported versions/requirements is under the requirements section in the docs.

Cheers,

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

No branches or pull requests

2 participants