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

Cannot resolve symbol setOutputFormat #324

Closed
mtariq61 opened this issue Nov 21, 2014 · 1 comment
Closed

Cannot resolve symbol setOutputFormat #324

mtariq61 opened this issue Nov 21, 2014 · 1 comment
Labels

Comments

@mtariq61
Copy link

I was going though the official documentation of elasticserach-hadoop api here. I think some editing is required in new api mapreduce section where job.setOutputFormat is not a part of Job instead we have job.setOutputFormatClass in that place.
Please correct me if I am wrong.

costin added a commit that referenced this issue Dec 10, 2014
MR Job class provides a `setOutputFormatClass` not `setOutputFormat` method
Fix #324

(cherry picked from commit 989eb8c)
costin added a commit that referenced this issue Dec 10, 2014
MR Job class provides a `setOutputFormatClass` not `setOutputFormat` method
Fix #324

(cherry picked from commit 989eb8c)
costin added a commit that referenced this issue Dec 10, 2014
MR Job class provides a `setOutputFormatClass` not `setOutputFormat` method
Fix #324

(cherry picked from commit 989eb8c)
@costin costin closed this as completed in 989eb8c Dec 10, 2014
@costin costin added the doc label Dec 10, 2014
@costin
Copy link
Member

costin commented Dec 10, 2014

You are correct - thanks for the report. Pushed the fix across the branches so the docs get properly updated.

Cheers!

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

No branches or pull requests

2 participants