Repository: spark
Updated Branches:
  refs/heads/master ed9d0aac9 -> fc9ba9dcc


[MINOR][DOC] Update the building doc to use Maven 3.5.4 and Java 8 only

## What changes were proposed in this pull request?

Since we didn't test Java 9 ~ 11 up to now in the community, fix the document 
to describe Java 8 only.

## How was this patch tested?
N/A (This is a document only change.)

Closes #22781 from dongjoon-hyun/SPARK-JDK-DOC.

Authored-by: Dongjoon Hyun <dongj...@apache.org>
Signed-off-by: Dongjoon Hyun <dongj...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fc9ba9dc
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fc9ba9dc
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fc9ba9dc

Branch: refs/heads/master
Commit: fc9ba9dcc6ad47fbd05f093b94e7e13580000d5f
Parents: ed9d0aa
Author: Dongjoon Hyun <dongj...@apache.org>
Authored: Fri Oct 19 23:56:40 2018 -0700
Committer: Dongjoon Hyun <dongj...@apache.org>
Committed: Fri Oct 19 23:56:40 2018 -0700

----------------------------------------------------------------------
 docs/building-spark.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/fc9ba9dc/docs/building-spark.md
----------------------------------------------------------------------
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 6bcc30d..8af90db 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.3.9 or newer and Java 8+.
+Building Spark using Maven requires Maven 3.5.4 and Java 8.
 Note that support for Java 7 was removed as of Spark 2.2.0.
 
 ### Setting up Maven's Memory Usage


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to