-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-959] Updated SBT from 0.13.1 to 0.13.2 #426
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
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
We should probably also add at least the |
|
@liancheng thanks a lot I'm merging this. @markhamstra would love a follow-on patch with any of the options you think are helpful. |
JIRA issue: [SPARK-959](https://spark-project.atlassian.net/browse/SPARK-959) SBT 0.13.2 has been officially released. This version updated Ivy 2.0 to Ivy 2.3, which fixes [IVY-899](https://issues.apache.org/jira/browse/IVY-899). This PR also removed previous workaround. Author: Cheng Lian <[email protected]> Closes #426 from liancheng/updateSbt and squashes the following commits: 95e3dc8 [Cheng Lian] Updated SBT from 0.13.1 to 0.13.2 to fix SPARK-959 (cherry picked from commit 6a10d80) Signed-off-by: Patrick Wendell <[email protected]>
|
So I did spend some time comparing various incremental builds with and without the Looks like it's going to take the further efforts of someone who understands SBT better and/or has more time to put into the investigation of |
Re-enable Python MLlib tests (require Python 2.7 and NumPy 1.7+) We disabled these earlier because Jenkins didn't have these versions.
JIRA issue: [SPARK-959](https://spark-project.atlassian.net/browse/SPARK-959) SBT 0.13.2 has been officially released. This version updated Ivy 2.0 to Ivy 2.3, which fixes [IVY-899](https://issues.apache.org/jira/browse/IVY-899). This PR also removed previous workaround. Author: Cheng Lian <[email protected]> Closes apache#426 from liancheng/updateSbt and squashes the following commits: 95e3dc8 [Cheng Lian] Updated SBT from 0.13.1 to 0.13.2 to fix SPARK-959
Re-enable Python MLlib tests (require Python 2.7 and NumPy 1.7+) We disabled these earlier because Jenkins didn't have these versions. (cherry picked from commit 4c16f79) Signed-off-by: Patrick Wendell <[email protected]>
[SPARK-25700][SQL] Creates ReadSupport in only Append Mode in Data So…
Add a role to create k8s master cluster by kubeadm. Closes: theopenlab/openlab#175
…ation problem (apache#276) * CARMEL-4773: Fix role name with upper case (apache#423) * [CARMEL-4768][CARMEL-4775] Fix NPE issue when `show grant` (apache#426) * CARMEL-4768 and CARMEL-4775: Fix NPE issue * fix * [CARMEL-4874] Role grant with admin option failing on spark 3.0 (apache#473) * [CARMEL-4874] Role grant with admin option failing on spark 3.0 * Update authorization.scala --------- Co-authored-by: yumwang <[email protected]>
JIRA issue: SPARK-959
SBT 0.13.2 has been officially released. This version updated Ivy 2.0 to Ivy 2.3, which fixes IVY-899. This PR also removed previous workaround.