-
Notifications
You must be signed in to change notification settings - Fork 21
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
Upgrade to Scala 2.11 #438
Comments
Also, a fan of the latter. Tried this in #433 but ran into some dependency issues (run time class not found errors),but I think I had just needed Spark compiled for the right scala version though and didn't test further |
Cool, gtk! Also the impending move to Java 8 seems like a nudge toward Scala 2.11, as I've heard that Java 8 interactions with Scala 2.10 are possibly wonky. |
@ryan-williams Have you given this a shot? I tried just changing the config and an error I got was
Seems to have to do with the I'm guessing we will also need to handle hammerlab/magic-rdds#23 first? |
I tried this once a little while ago; one issue I remember is that it was unclear whether Zinc / incremental compilation works in Scala 2.11? This may be happening on bigdatagenomics/adam#1142 atm too. I think you're right about magic-rdds 2.11 support. I will start working on that soon, was thinking of that as a test-bed for how that process might work in guac anyway. |
magic-rdds_2.11 versions have been live for several weeks so I don't think we have any remaining blockers here; #594 fixed some issues as well. |
Eventually we should do this; collecting notes about how/when here.
Based on only high-level knowledge of the ramifications, I'm in favor of the latter.
Some context / notes:
The text was updated successfully, but these errors were encountered: