-
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 Java 11 #475
Comments
@ancasarb is there any timeline for the java 11 support? and is the sun.unsafe library the only reason mleap is only supported in Java 8? |
I believe that Spark 2.4.x is using Java 8, so once Spark 3 is released, we can take a look at upgrading mleap as well. |
Hi, |
Hi All, |
spark v3 remains the largest blocker. See #751 for some tentative plans on that upgrade |
Since Spark 3 is now supported, is the effort for Java 11+ support moving forward? |
To my knowledge no one has started working on a PR, though we'd be glad to help review and ship one 😄 fwiw, at Yelp we have some Java 11 JVMs (and iirc a Java 15 too) running mleap runtime and haven't observed any issues. Haven't tried a Java 11 JVM for mleap's spark components. |
Ok, thanks. I actually was thinking more along the lines of Java 15 (or even Java 17 LTS). |
I think Java 11 is as far as mleap can go for now since that is spark's latest supported version. Though I would expect that spark (and probably many other things) will add support for Java 17 LTS now that it is out. |
MLeap currently supports Scala 2.11 and Java 8. Once there is Scala 2.12 support #360 . Can you please also add Java 11 support?
The text was updated successfully, but these errors were encountered: