aboutsummaryrefslogtreecommitdiff
path: root/README.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 /README.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 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b0fc3524fa..1f8f7b6876 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@ which is packaged with it. To build Spark and its example programs, run:
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](http://spark-project.org/docs/latest/building-with-maven.html) in the spark documentation..
+
To run Spark, you will need to have Scala's bin directory in your `PATH`, or
you will need to set the `SCALA_HOME` environment variable to point to where
you've installed Scala. Scala must be accessible through one of these