-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-13825][CORE] Upgrade to Scala 2.11.8 #11681
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
[SPARK-13825][CORE] Upgrade to Scala 2.11.8 #11681
Conversation
|
Jenkins test this please |
|
This is OK for 2.x of course, and 1.6.x too I think. It's just a bug release, and the 2.11 build is the secondary one for 1.6 anyway, so slightly lower risk in any event. |
|
Test build #53027 has finished for PR 11681 at commit
|
|
Hey @jaceklaskowski, you should run |
|
@srowen Mind triggering a test? Thanks! |
|
Jenkins test this please |
|
Test build #53206 has finished for PR 11681 at commit
|
|
(Copying part of my email) This fails because we don't have the fork of genjavadoc compiled for Spark 2.11.8. We can see the org.spark-project packages here: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.spark-project%22 I've forgotten who maintains the custom fork builds, and I don't know Heh, there's no plugin for 2.11.8 from the upstream project either anyway: This may be blocked for now |
|
@mengxr is it possible to generate these plugins one more time for Scala 2.11.8 and 2.10.6? Maybe it's the last time we need to. |
|
@mengxr @srowen @jaceklaskowski Jars are now published. They should be available in a couple of hours if not already. |
|
Jenkins retest this please |
|
Test build #54174 has finished for PR 11681 at commit
|
|
Thanks @brkyvz -- it doesn't look like it pushed yet but maybe there's a delay. I can check again in a few days. http://search.maven.org/#search%7Cga%7C1%7Corg.spark-project%20genjavadoc |
|
@srowen I realized that I forgot to push the very sorry for the delay |
|
Ha yeah I've done that before in Sonatype. |
|
Jenkins retest this please |
|
FYI, I have two PRs pending to get the genjavadoc changes merged into upstream. I haven't had any feedback yet so if anyone wants to have a look please do lightbend/genjavadoc#70 lightbend/genjavadoc#71 |
|
Test build #54679 has finished for PR 11681 at commit
|
|
Merged to master |
What changes were proposed in this pull request?
Upgrade to 2.11.8 (from the current 2.11.7)
How was this patch tested?
A manual build