-
Notifications
You must be signed in to change notification settings - Fork 988
spark 3.0.0 with hdp 3.2 #1498
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
spark 3.0.0 with hdp 3.2 #1498
Conversation
Great works! It works well. 👍 |
Many thanks, this works for me too. I was able to build: Which I could use to read/write an ElasticSearch 7.9.0 index as a dataframe using Pyspark 3.0.0. I don't know anything about the java toolchain but here is what I had to do in order to build the jar I needed:
Many thanks again. |
Hi @avnerl May i knw the API version used for ElasticSearch sink |
@erpic can i get your jar? i can't build the source code due to the same exception you have |
I clone the project from @avnerl . and I fixed some compilation errors. You can clone the elasticsearch-hadoop-spark3.0 directly and execute the following command: 1.install java 11 (set JAVA_HOME) and java 8 (set JAVA8_HOME) |
Any updates on this? |
Pasting here:
Hope that helps. Looking forward to this being added to the official branch. Many thanks to all involved!download source of proposed merge request from: https://github.com/avnerl/elasticsearch-hadoop |
Closing this in favor of #1592 - Thanks for the effort put into testing these changes, but the new PR accounts for all the whacky build changes that went into the project over the last year to better support these upgrades going forward. An additional thanks to everyone's patience on the calls for these version updates. |
spark 3.0.0 with hadoop 3.2
test locally: