-
Notifications
You must be signed in to change notification settings - Fork 29k
Test branch to see how Scala 2.11.12 performs #21453
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
Conversation
This may be useful when Java 8 is no longer supported since Scala 2.11.12 supports later versions of Java
|
I'm also looking at this issue. The challenge is that one of the hacks we use to initialize the Spark We might need to work with Scala team to upgrade our Scala version. |
|
Here is the issue in Scala side. scala/bug#10913 |
|
Jenkins, test this please. |
|
Jenkins, add to whitelist. |
|
Jenkins, test this please |
|
Jenkins, add to whitelist |
|
Test build #91322 has finished for PR 21453 at commit
|
|
Scala 2.11.12 cannot be built against with current Spark, due to some method changes in REPL. We have tried internally. |
|
I filed an issue in Scala community about the interface changes, and they said those REPL apis are intended to be private. scala/bug#10913 Being said that, they gave us couple ways to walk around it, and I'm testing it now. |
|
I opened a PR for Scala 2.11.12 with potential Scala API change fix. #21495 Thanks. |
|
I think we can close this one as a dup of #21495 . |
|
Test build #92866 has finished for PR 21453 at commit
|
Closes apache#17422 Closes apache#17619 Closes apache#18034 Closes apache#18229 Closes apache#18268 Closes apache#17973 Closes apache#18125 Closes apache#18918 Closes apache#19274 Closes apache#19456 Closes apache#19510 Closes apache#19420 Closes apache#20090 Closes apache#20177 Closes apache#20304 Closes apache#20319 Closes apache#20543 Closes apache#20437 Closes apache#21261 Closes apache#21726 Closes apache#14653 Closes apache#13143 Closes apache#17894 Closes apache#19758 Closes apache#12951 Closes apache#17092 Closes apache#21240 Closes apache#16910 Closes apache#12904 Closes apache#21731 Closes apache#21095 Added: Closes apache#19233 Closes apache#20100 Closes apache#21453 Closes apache#21455 Closes apache#18477 Added: Closes apache#21812 Closes apache#21787 Author: hyukjinkwon <[email protected]> Closes apache#21781 from HyukjinKwon/closing-prs.
This may be useful when Java 8 is no longer supported since
Scala 2.11.12 supports later versions of Java
What changes were proposed in this pull request?
Change Scala Build Version to 2.11.12.
How was this patch tested?
This PR is made to run 2.11.12 Scala through Jenkins to see whether or not it passes cleanly.
Please review http://spark.apache.org/contributing.html before opening a pull request.