This is an automated email from the ASF dual-hosted git repository.
lixiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 2856398 [SPARK-28961][HOT-FIX][BUILD] Upgrade Maven from 3.6.1 to
3.6.2
2856398 is described below
commit 2856398de9d35d136758bbc11afa4d1dc0c98830
Author: Xiao Li <[email protected]>
AuthorDate: Tue Sep 3 11:06:57 2019 -0700
[SPARK-28961][HOT-FIX][BUILD] Upgrade Maven from 3.6.1 to 3.6.2
### 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/
-
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/

### Does this PR introduce any user-facing change?
No
### How was this patch tested?
N/A
Closes #25665 from gatorsmile/upgradeMVN.
Authored-by: Xiao Li <[email protected]>
Signed-off-by: Xiao Li <[email protected]>
---
dev/appveyor-install-dependencies.ps1 | 2 +-
docs/building-spark.md | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev/appveyor-install-dependencies.ps1
b/dev/appveyor-install-dependencies.ps1
index 85e0df6..d33a107 100644
--- a/dev/appveyor-install-dependencies.ps1
+++ b/dev/appveyor-install-dependencies.ps1
@@ -81,7 +81,7 @@ if (!(Test-Path $tools)) {
# ========================== Maven
Push-Location $tools
-$mavenVer = "3.6.1"
+$mavenVer = "3.6.2"
Start-FileDownload
"https://archive.apache.org/dist/maven/maven-3/$mavenVer/binaries/apache-maven-$mavenVer-bin.zip"
"maven.zip"
# extract
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 1f8e51f..37f8986 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -27,7 +27,7 @@ license: |
## Apache Maven
The Maven-based build is the build of reference for Apache Spark.
-Building Spark using Maven requires Maven 3.6.1 and Java 8.
+Building Spark using Maven requires Maven 3.6.2 and Java 8.
Spark requires Scala 2.12; support for Scala 2.11 was removed in Spark 3.0.0.
### Setting up Maven's Memory Usage
diff --git a/pom.xml b/pom.xml
index 6544b50..e2a3559 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
- <maven.version>3.6.1</maven.version>
+ <maven.version>3.6.2</maven.version>
<sbt.project.name>spark</sbt.project.name>
<slf4j.version>1.7.16</slf4j.version>
<log4j.version>1.2.17</log4j.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]