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

when using Cascading local mode any attempt to load JSON data with es… #937

Merged
merged 1 commit into from Mar 2, 2017

Conversation

cwensel
Copy link
Contributor

@cwensel cwensel commented Feb 20, 2017

….input.json=true fails with a NoClassDefFoundError attempting to load non-existent Hadoop classes.

Cascading local mode was designed to be used with zero Hadoop MR, Tez, or Fink dependencies.

if es.input.json=true, WritableBytesConverter will fail on a NoClassDefError attempting to load a Hadoop class.

….input.json=true fails with a NoClassDefFoundError attempting to load non-existent Hadoop classes.
@jbaiera
Copy link
Member

jbaiera commented Mar 2, 2017

@cwensel Thanks for submitting the PR! This looks all good to me. I'll merge and forward port it to the 5.3 branch.

@jbaiera jbaiera merged commit fd724f0 into elastic:5.2 Mar 2, 2017
jbaiera pushed a commit that referenced this pull request Mar 2, 2017
…#937)

When using Cascading local mode any attempt to load JSON data with es.input.json=true fails with a NoClassDefFoundError attempting to load non-existent Hadoop classes.
@cwensel cwensel deleted the 5.2-defer-hadoop-deps branch March 3, 2017 04:04
jbaiera pushed a commit that referenced this pull request May 8, 2017
…#937)

When using Cascading local mode any attempt to load JSON data with es.input.json=true fails with a NoClassDefFoundError attempting to load non-existent Hadoop classes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants