Uh oh!
There was an error while loading. Please reload this page.
[HOT-FIX][SPARK-28961][BUILD] Upgrade Maven from 3.6.1 to 3.6.2 - #25665
[HOT-FIX][SPARK-28961][BUILD] Upgrade Maven from 3.6.1 to 3.6.2#25665gatorsmile wants to merge 1 commit into
Conversation
gatorsmile
commented
Sep 3, 2019
cc @zsxwing |
zsxwing
commented
Sep 3, 2019
@gatorsmile have you tried locally? If it passes locally, we can just merge this. The worst case is master is still broken. |
gatorsmile
commented
Sep 3, 2019
gatorsmile
commented
Sep 3, 2019
It already passed. |
gatorsmile
commented
Sep 3, 2019
Let me merge it now |
srowen
commented
Sep 3, 2019
It's fine to update Maven, so this is OK. The problem is really that mirrors are only supposed to host the latest releases, and that's what It's a good idea to use mirrors of course. Hm, but that's going to be a problem for anyone using previous releases that refer to maintenance releases that go away from the mirror. I'll put something together to try to fall back to archive.apache.org |
dongjoon-hyun
commented
Sep 3, 2019
Thank you for the quick fix, @gatorsmile . |
srowen
commented
Sep 3, 2019
See #25667 for a change that should help avoid this going forward. |
SparkQA
commented
Sep 3, 2019
Test build #110049 has finished for PR 25665 at commit
|
This PR is to upgrade the maven dependence from 3.6.1 to 3.6.2. All the builds are broken because 3.6.1 is not available. http://ftp.wayne.edu/apache//maven/maven-3/ - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Compile/job/spark-master-compile-maven-hadoop-3.2/485/ - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Compile/job/spark-master-compile-maven-hadoop-2.7/10536/  No N/A Closesapache#25665 from gatorsmile/upgradeMVN. Authored-by: Xiao Li <gatorsmile@gmail.com> Signed-off-by: Xiao Li <gatorsmile@gmail.com>

What changes were proposed in this pull request?
This PR is to upgrade the maven dependence from 3.6.1 to 3.6.2.
Why are the changes needed?
All the builds are broken because 3.6.1 is not available. http://ftp.wayne.edu/apache//maven/maven-3/
Does this PR introduce any user-facing change?
No
How was this patch tested?
N/A