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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3