-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-13548][BUILD] Move tags and unsafe modules into common #11426
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
|
cc @srowen are there other things we can easily do? |
|
I like this -- I assume The next change I'd suggest is putting The only weird thing there is that I'd also like to unify the various "config / build / binary" dirs, but that's going to be a little more disruptive or need more discussion about the theory. |
|
Test build #52174 has finished for PR 11426 at commit
|
|
"I suppose it goes away as soon as Spark requires Java 8, so if it's odd, at least it won't last too long." That's probably at least one year away...! |
|
Test build #2596 has finished for PR 11426 at commit
|
|
Test build #52248 has finished for PR 11426 at commit
|
|
Test build #2597 has finished for PR 11426 at commit
|
|
Test build #2598 has finished for PR 11426 at commit
|
|
Alright merging this in master. |
## What changes were proposed in this pull request? This patch moves tags and unsafe modules into common directory to remove 2 top level non-user-facing directories. ## How was this patch tested? Jenkins should suffice. Author: Reynold Xin <rxin@databricks.com> Closes apache#11426 from rxin/SPARK-13548.
What changes were proposed in this pull request?
This patch moves tags and unsafe modules into common directory to remove 2 top level non-user-facing directories.
How was this patch tested?
Jenkins should suffice.