From ad7f0452ab27b71ede3eea67d03ebd6d1710ee90 Mon Sep 17 00:00:00 2001 From: Andy Konwinski Date: Sun, 17 Mar 2013 14:47:44 -0700 Subject: Adds page to docs about building using Maven. Adds links to new instructions in: * The main Spark project README.md * The docs nav menu called "More" * The docs Overview page under the "Building" and "Where to Go from Here" sections --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/index.md') diff --git a/docs/index.md b/docs/index.md index 45facd8e63..51d505e1fa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,6 +22,8 @@ Spark uses [Simple Build Tool](https://github.com/harrah/xsbt/wiki), which is bu sbt/sbt package +Spark also supports building using Maven. If you would like to build using Maven, see the [instructions for building Spark with Maven](building-with-maven.html). + # Testing the Build Spark comes with a number of sample programs in the `examples` directory. @@ -72,6 +74,7 @@ of `project/SparkBuild.scala`, then rebuilding Spark (`sbt/sbt clean compile`). **Other documents:** +* [Building Spark With Maven](building-with-maven.html): Build Spark using the Maven build tool * [Configuration](configuration.html): customize Spark via its configuration system * [Tuning Guide](tuning.html): best practices to optimize performance and memory use * [Bagel](bagel-programming-guide.html): an implementation of Google's Pregel on Spark -- cgit v1.2.3