This repository was archived by the owner on Sep 6, 2024. It is now read-only.
Scala 2.12 compatibility.#28
Merged
mrgambal merged 2 commits intodatamindedbe:masterfrom Jun 18, 2020
Merged
Conversation
Apache Spark has embraced the GA support for 2.12 since the version 2.4.1, that was released nearly a year ago. The Amazon EMR v6.0.0 characterised by the adoption of Hadoop 3.2.1 (sic!) and Scala 2.12 (although the default JDK is still Coretto 8) has been released a month ago, hence I presume it would be nice to have cross-builds for the Lighthouse. This PR was cherry-picked from datamindedbe#27, where you can observe the matrix builds, as currently the Circle CI config supports only 2.11. Changelog: - enable cross-version builds for the projects; - fix compile-time warning.
Contributor
Author
|
I'm going to merge this one as it's not causing any changes to APIs, only adds the ability to build the library with Scala 2.12 support. UPD: I've run a couple of tasks using my own makeshift build on my clusters – looks good. |
Contributor
|
@mrgambal ok, I can do a release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apache Spark has embraced the GA support for 2.12 since the version 2.4.1, that was released nearly a year ago.
The Amazon EMR v6.0.0 characterized by the adoption of Hadoop 3.2.1 (sic!) and Scala 2.12 (although the default JDK is still Coretto 8) has been released a month ago, hence I presume it would be nice to have cross-builds for the Lighthouse.
This PR was cherry-picked from #27, where you can observe the matrix builds, as currently the Circle CI config supports only 2.11.
Changelog: