From a5587b5f8468eaf946b89a851e0949231445a4af Mon Sep 17 00:00:00 2001 From: Kazuaki Ishizaki Date: Thu, 29 Nov 2018 17:14:09 +0900 Subject: [PATCH 1/2] initial commit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 93075e9b06a68..c543bff738baa 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 1.8 ${java.version} ${java.version} - 3.5.4 + 3.6.0 spark 1.7.16 1.2.17 From aa258334170cc2ba009603b4547b4184b3736881 Mon Sep 17 00:00:00 2001 From: Kazuaki Ishizaki Date: Sat, 1 Dec 2018 13:33:12 +0900 Subject: [PATCH 2/2] address review comments --- dev/appveyor-install-dependencies.ps1 | 2 +- docs/building-spark.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/appveyor-install-dependencies.ps1 b/dev/appveyor-install-dependencies.ps1 index cc68ffb90d875..7c7bdd623477a 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.5.4" +$mavenVer = "3.6.0" 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 dfcd53c48e85c..55695f35931c6 100644 --- a/docs/building-spark.md +++ b/docs/building-spark.md @@ -12,7 +12,7 @@ redirect_from: "building-with-maven.html" ## Apache Maven The Maven-based build is the build of reference for Apache Spark. -Building Spark using Maven requires Maven 3.5.4 and Java 8. +Building Spark using Maven requires Maven 3.6.0 and Java 8. Note that support for Java 7 was removed as of Spark 2.2.0. ### Setting up Maven's Memory Usage