-
Notifications
You must be signed in to change notification settings - Fork 314
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
MLeap compatibility with latest version of Scala (currently 2.12.x)? #360
Comments
I compiled MLeap's Runtime with Scala 2.12.6 (latest as of this writing) without any errors and ran it with the example (AirBnB) linear regression model / data without any known issues. So, looks like it's ok with Scala 2.12.x from what I can see, but would love your expert opinions! Thanks in advance!
|
@cappaberra The MLeap runtime should be fine with 2.12, and in fact I would love to have this on Maven Central. The path to getting there is to upgrade to the latest SBT, which supports crossCompile settings on a per submodule basis (anything that depends on Spark cannot compile for 2.12). The only other concern I would have is our dependency on spark-mllib-local, which is not compiled for 2.12. So we would need to get rid of that dependency as well. |
Any updates on this? |
Half year passed, is there any other solution or progress on this? |
Any updates on this? Scala 2.11 is no longer actively maintained. |
Scala version 2.11.x (the latest mentioned in your README -- see quote below) is no longer being maintained. To ensure production viability in the future, I wanted to find out if MLeap will work with Scala v2.12.x?
This additional information in the Scala release notes is good context as well:
From 2.11.1:
From 2.11.12:
So, would the combination "Scala 2.12 and Java 8" work with MLeap?
Thanks!
The text was updated successfully, but these errors were encountered: