Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/building-spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maven 3.5.4 is the latest one and there is no newer version for now. We cannot guarantee the newer Maven work or not.

Note that support for Java 7 was removed as of Spark 2.2.0.

### Setting up Maven's Memory Usage
Expand Down