-
Notifications
You must be signed in to change notification settings - Fork 993
Add support for Spark integration on Scala 2.12 #1589
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
fixes #1224 |
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!
This PR adds Scala 2.12 to the list of supported runtimes for the Spark integration. To use Scala 2.12 support, the elasticsearch-spark-20_2.12 artifact id should be used when downloading dependencies. The default level of support included in the project-wide zip archive and the project-wide uber jar will remain Scala 2.11 for the time being. Eventually the default version in 8.0 will be updated to a more recent version of Spark/Scala.
This PR adds Scala 2.12 to the list of supported runtimes for the Spark integration. To use Scala 2.12 support, the elasticsearch-spark-20_2.12 artifact id should be used when downloading dependencies. The default level of support included in the project-wide zip archive and the project-wide uber jar will remain Scala 2.11 for the time being. Eventually the default version in 8.0 will be updated to a more recent version of Spark/Scala.
@jbaiera Looks like |
@VladZabolotnyV Version 7.12.0 has not been released yet. I'll be getting the artifact wired up for the daily snapshot builds in the mean time. |
Hey guys, thanks |
@monkey-typewriter The work is completed and will be released in 7.12. You can get early access to the changes for testing purposes by pulling a nightly snapshot, though I would advise against using that version in production as it is not yet generally available. |
@jbaiera when the 7.12 release is planned to happen? |
@VladZabolotnyV I unfortunately don't have an official concrete date for the 7.12 GA release. Sorry! Hopefully it will land soon! |
This PR adds Scala 2.12 to the list of supported runtimes for the Spark integration. To use Scala 2.12 support, the
elasticsearch-spark-20_2.12
artifact id should be used when downloading dependencies. The default level of support included in the project wide zip archive and the project wide uber jar will remain Scala 2.11 for the time being. Eventually the default version in 8.0 will be updated to a more recent version of Spark/Scala.