-
Notifications
You must be signed in to change notification settings - Fork 313
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
Will Mleap support Scala 2.13? #811
Comments
We are on spark 3.2 which is cross compatible for scala 2.12 and 2.13. If you (or anyone) wants to submit a PR to cross compile mleap for both scala 2.12 and 2.13, then I'm happy to review it and get it merged. Skimming through the scala migration guide it seems the biggest changes are w.r.t. some collections APIs that I suspect mleap doesn't use too much. |
thank you for your prompt response.I'm gonna work on that.thanks again |
There are some dependencies which are not supported by Scala 2.13, such as xgboost4j. It's a blocker for updating the entire modules to Scala 2.13. Since our framework only uses the runtime module, do you think we could update it to 2.13 and make it compatible with our framework? |
Ah, that makes sense. In principle I think you can make only some of the modules be cross-compiled with scala 2.13 if you tweaked https://github.com/combust/mleap/blob/master/project/MleapProject.scala. Right nowthe build settings are all shared from |
thank you |
It seems that xgboost4j now added Scala 2.13 support: dmlc/xgboost#9099. It isn't released yet though, but something to keep an eye on. |
This issue was one of the motivators to open that PR :)
I'll try to ask whether there are plans on making a new xgboost release |
Hi @jsleight
We plan to upgrade to Scala 2.13 , so I would like to know if the Scala 2.13 support is going to be added for mleap? Thanks |
#860 Is working on it. |
Thanks @jsleight Is there any ETA on when the 2.13 build will be available? |
Don't know, could ask on that PR. |
In PR 864 I've took slightly different approach, ensuring that all other mleap dependencies support scala 2.13. |
@dotbg do you have an estimate for when you will have a Scala 2.13 version released? |
I'd love to be able to do that, but I am too busy at my current job at this moment, sorry. |
@dotbg is there something that we can do to help? |
#864 is merged so in theory someone can make the project cross compile now without needing to worry about the dependencies being compatible. If anyone wants to start a PR, I'm happy to review and get things merged. |
Not sure, but once it has a clean build I'm happy to merge it. I see you've commented on that PR as well, which is good. |
Blocked by dmlc/xgboost#9765 |
It looks like xgboost has supported 2.13? dmlc/xgboost#9765 (comment) Can we proceed to merge that PR? |
We have planned to use Mleap in our framework. Our framework uses Scala 2.13. We can't downgrade to 2.12, as we use some of the new features. I would like to know if you plan on upgrading to Scala 2.13 in the near future?
?
And if there is any documentation/resource that can help us upgrade to the right Scala version and make Combust compatible with our framework?
The text was updated successfully, but these errors were encountered: