-
Notifications
You must be signed in to change notification settings - Fork 988
Add support for Spark 3.0 #1592
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
Conversation
… to changes in Spark 3
Known issue with Spark 3.0 #1593 |
@jbaiera I was able to build your branch, with JDK 11 although I had to export |
@jbaiera I was able to build you branch as well - using JDK 11 although I had to export JAVA8_HOME to my JDK8 dir. I have tested this writing a few tables to elastic - one with ~ 9 million rows - using "WAN" setting as I am indexing into a hosted cluster. I have had no issues this far |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I've walked through the code with @jbaiera and done some basic testing both reading from and writing to ES in Spark3.
Spark 3.0 support is added via a new source directory and subproject. Supported Scala versions are only 2.12.
This PR adds support for Spark version 3.0.
Closes #1412
Reviewer's note: The PR is best reviewed by evaluating the changes on each commit, since 6c0b177 is just a source copy operation from the Spark 2.x project.