This is an automated email from the ASF dual-hosted git repository.

gurwls223 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 8477d82  [SPARK-37619][BUILD][TEST-MAVEN] Upgrade Maven to 3.8.4
8477d82 is described below

commit 8477d824d36b03222c310ebb2f1230e3e2466d08
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Dec 13 09:53:28 2021 +0900

    [SPARK-37619][BUILD][TEST-MAVEN] Upgrade Maven to 3.8.4
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Maven to 3.8.4 from 3.6.3.
    
    ### Why are the changes needed?
    
    https://maven.apache.org/docs/3.8.4/release-notes.html
    ```
    Upgrade to Jansi 2.4.0 which supports macOS on ARM natively
    ```
    
    Note that MNG-6843 `Parallel build fails due to missing JAR artifacts in 
compilePath` exists in both 3.6.3 and 3.8.4 because MNG-6843 was merged at 
3.8.2 and reverted at 3.8.4.
    
    https://issues.apache.org/jira/browse/MNG-6843
    
    ### Does this PR introduce _any_ user-facing change?
    
    No. This is a dev-only change.
    
    ### How was this patch tested?
    
    Pass the Jenkins with Maven. The current Jenkins run is triggered via 
`Maven 3.8.4`
    
    ```
    ========================================================================
    Building Spark
    ========================================================================
    [info] Building Spark using Maven with these arguments:  -Phadoop-3 -Pmesos 
-Phadoop-cloud -Pdocker-integration-tests -Phive-thriftserver -Phive 
-Pkubernetes -Pyarn -Pspark-ganglia-lgpl -Pkinesis-asl clean package -DskipTests
    exec: curl --silent --show-error -L 
https://downloads.lightbend.com/scala/2.12.15/scala-2.12.15.tgz
    exec: curl --silent --show-error -L 
https://www.apache.org/dyn/closer.lua/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz?action=download
    exec: curl --silent --show-error -L 
https://archive.apache.org/dist/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz.sha512
    ```
    
    Closes #34873 from dongjoon-hyun/SPARK-37619.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Hyukjin Kwon <[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 fdc1e5e..5f239b2 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.3"
+# $mavenVer = "3.8.4"
 # 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 5428f77..4e77509 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.3 and Java 8.
+Building Spark using Maven requires Maven 3.8.4 and Java 8.
 Spark requires Scala 2.12/2.13; 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 4ea8b38..4c04c70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,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.3</maven.version>
+    <maven.version>3.8.4</maven.version>
     <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
     <sbt.project.name>spark</sbt.project.name>
     <slf4j.version>1.7.30</slf4j.version>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to