-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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-7801] [BUILD] Updating versions to SPARK 1.5.0 #6328
Conversation
Jenkins, test this please. |
Test build #33271 has finished for PR 6328 at commit
|
42d765a
to
cdb4fca
Compare
Test build #33273 has finished for PR 6328 at commit
|
cdb4fca
to
b758c52
Compare
Jenkins, test this please. |
Test build #33288 has finished for PR 6328 at commit
|
b758c52
to
36f549b
Compare
Jenkins, retest this please. |
Test build #33294 has finished for PR 6328 at commit
|
Jenkins, retest this please. |
Test build #33299 timed out for PR 6328 at commit |
Jenkins, retest this please. |
Test build #33330 has finished for PR 6328 at commit
|
Jenkins, test this please. |
Test build #33335 has finished for PR 6328 at commit
|
Test build #33429 has finished for PR 6328 at commit
|
This is a pretty straightforward change so I'm just going to pull it in. |
Jenkins, retest this please (actually one more just to make sure MIMA is still passing) |
Test build #33456 has finished for PR 6328 at commit
|
@pwendell any update on this? It would be nice to get into the custom of updating the master version early (usually when the release branch is created). |
@vanzin just updated to the newest RC. I kept racing with changes that were getting back-ported, so I gave up until the branch stabilized a bit. We can do it earlier but then it becomes a burden for all new patches, since anything that does a refactoring in a way that removes API's (even from RCX -> RC[X + 1]) has to add a MIMA exception. It turns out we do this kind of often. |
BTW - this is also important to do soon because of the fact that we publish snapshot releases now from both master and 1.4 branches. |
Test build #34059 has finished for PR 6328 at commit
|
Jenkins, retest this please. |
Test build #34065 has finished for PR 6328 at commit
|
3bec7b9
to
2f42d02
Compare
Test build #34068 has finished for PR 6328 at commit
|
Jenkins, retest this please |
Test build #34082 has finished for PR 6328 at commit
|
MimaBuild.excludeSparkPackage("deploy"), | ||
// These are needed if checking against the sbt build, since they are part of | ||
// the maven-generated artifacts in 1.3. | ||
excludePackage("org.spark-project.jetty"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure this is strictly needed since 1.4 has the shaded jetty already, but doesn't hurt either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was actually failing before I added it. Probably worth digging into, but given all the races with this patch I am inclined to maybe merge this in now and then worry about it later.
LGTM. |
Author: Patrick Wendell <[email protected]> Closes apache#6328 from pwendell/spark-1.5-update and squashes the following commits: 2f42d02 [Patrick Wendell] A few more excludes 4bebcf0 [Patrick Wendell] Update to RC4 61aaf46 [Patrick Wendell] Using new release candidate 55f1610 [Patrick Wendell] Another exclude 04b4f04 [Patrick Wendell] More issues with transient 1.4 changes 36f549b [Patrick Wendell] [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0
Author: Patrick Wendell <[email protected]> Closes apache#6328 from pwendell/spark-1.5-update and squashes the following commits: 2f42d02 [Patrick Wendell] A few more excludes 4bebcf0 [Patrick Wendell] Update to RC4 61aaf46 [Patrick Wendell] Using new release candidate 55f1610 [Patrick Wendell] Another exclude 04b4f04 [Patrick Wendell] More issues with transient 1.4 changes 36f549b [Patrick Wendell] [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0
No description provided.