aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-08-04 13:48:22 +0900
committerKousuke Saruta <sarutak@oss.nttdata.co.jp>2015-08-04 13:48:22 +0900
commit0afa6fbf525723e97c6dacfdba3ad1762637ffa9 (patch)
tree802d24f45d355594705893a95af2c82cee8cd3b0 /docs
parent5eb89f67e323dcf9fa3d5b30f9b5cb8f10ca1e8c (diff)
downloadspark-0afa6fbf525723e97c6dacfdba3ad1762637ffa9.tar.gz
spark-0afa6fbf525723e97c6dacfdba3ad1762637ffa9.tar.bz2
spark-0afa6fbf525723e97c6dacfdba3ad1762637ffa9.zip
[SPARK-9521] [DOCS] Addendum. Require Maven 3.3.3+ in the build
Follow on for #7852: Building Spark doc needs to refer to new Maven requirement too Author: Sean Owen <sowen@cloudera.com> Closes #7905 from srowen/SPARK-9521.2 and squashes the following commits: 73285df [Sean Owen] Follow on for #7852: Building Spark doc needs to refer to new Maven requirement too
Diffstat (limited to 'docs')
-rw-r--r--docs/building-spark.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/building-spark.md b/docs/building-spark.md
index a5da3b3950..f133eb96d9 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -7,7 +7,8 @@ redirect_from: "building-with-maven.html"
* This will become a table of contents (this text will be scraped).
{:toc}
-Building Spark using Maven requires Maven 3.0.4 or newer and Java 7+.
+Building Spark using Maven requires Maven 3.3.3 or newer and Java 7+.
+The Spark build can supply a suitable Maven binary; see below.
# Building with `build/mvn`