Repository: spark Updated Branches: refs/heads/branch-1.5 ebe42b98c -> 1f7dbcd6f
[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 <[email protected]> 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 (cherry picked from commit 0afa6fbf525723e97c6dacfdba3ad1762637ffa9) Signed-off-by: Sean Owen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1f7dbcd6 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1f7dbcd6 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1f7dbcd6 Branch: refs/heads/branch-1.5 Commit: 1f7dbcd6fdeee22c7b670ea98dcb4e794f84a8cd Parents: ebe42b9 Author: Sean Owen <[email protected]> Authored: Tue Aug 4 13:48:22 2015 +0900 Committer: Sean Owen <[email protected]> Committed: Tue Aug 4 06:56:06 2015 +0100 ---------------------------------------------------------------------- docs/building-spark.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/1f7dbcd6/docs/building-spark.md ---------------------------------------------------------------------- diff --git a/docs/building-spark.md b/docs/building-spark.md index a5da3b3..f133eb9 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` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
