aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2013-03-17 14:47:44 -0700
committerAndy Konwinski <andyk@berkeley.edu>2013-03-17 15:02:40 -0700
commitad7f0452ab27b71ede3eea67d03ebd6d1710ee90 (patch)
tree7e03a5b420b2fa40da61fa8dff6a4b215d062ef5 /docs/index.md
parentc1e9cdc49f89222b366a14a20ffd937ca0fb9adc (diff)
downloadspark-ad7f0452ab27b71ede3eea67d03ebd6d1710ee90.tar.gz
spark-ad7f0452ab27b71ede3eea67d03ebd6d1710ee90.tar.bz2
spark-ad7f0452ab27b71ede3eea67d03ebd6d1710ee90.zip
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
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md3
1 files changed, 3 insertions, 0 deletions
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