Uh oh!
There was an error while loading. Please reload this page.
Test branch to see how Scala 2.11.12 performs - #21453
Conversation
This may be useful when Java 8 is no longer supported since Scala 2.11.12 supports later versions of Java
dbtsai
commented
May 29, 2018
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. |
dbtsai
commented
May 29, 2018
Here is the issue in Scala side. scala/bug#10913 |
rxin
commented
May 29, 2018
Jenkins, test this please. |
rxin
commented
May 29, 2018
Jenkins, add to whitelist. |
HyukjinKwon
commented
May 31, 2018
Jenkins, test this please |
HyukjinKwon
commented
May 31, 2018
Jenkins, add to whitelist |
SparkQA
commented
May 31, 2018
Test build #91322 has finished for PR 21453 at commit
|
jerryshao
commented
May 31, 2018
Scala 2.11.12 cannot be built against with current Spark, due to some method changes in REPL. We have tried internally. |
dbtsai
commented
May 31, 2018
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. |
jerryshao
commented
Jun 5, 2018
I think we can close this one as a dup of #21495 . |
SparkQA
commented
Jul 11, 2018
Test build #92866 has finished for PR 21453 at commit
|
Closesapache#17422Closesapache#17619Closesapache#18034Closesapache#18229Closesapache#18268Closesapache#17973Closesapache#18125Closesapache#18918Closesapache#19274Closesapache#19456Closesapache#19510Closesapache#19420Closesapache#20090Closesapache#20177Closesapache#20304Closesapache#20319Closesapache#20543Closesapache#20437Closesapache#21261Closesapache#21726Closesapache#14653Closesapache#13143Closesapache#17894Closesapache#19758Closesapache#12951Closesapache#17092Closesapache#21240Closesapache#16910Closesapache#12904Closesapache#21731Closesapache#21095 Added: Closesapache#19233Closesapache#20100Closesapache#21453Closesapache#21455Closesapache#18477 Added: Closesapache#21812Closesapache#21787 Author: hyukjinkwon <gurwls223@apache.org> Closesapache#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.