aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-08-27 19:39:54 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-08-29 21:19:06 -0700
commit2de756ff195e580007d5d96d49fa27634e04c765 (patch)
tree691edcf7e36889f350ad3bb4b6d6ff38a868fa9a /docs/index.md
parent666d93c294458cb056cb590eb11bb6cf979861e5 (diff)
downloadspark-2de756ff195e580007d5d96d49fa27634e04c765.tar.gz
spark-2de756ff195e580007d5d96d49fa27634e04c765.tar.bz2
spark-2de756ff195e580007d5d96d49fa27634e04c765.zip
Update some build instructions because only sbt assembly and mvn package
are now needed
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index e51a6998f6..ec9c7dd4f3 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -20,7 +20,7 @@ of these methods on slave nodes on your cluster.
Spark uses [Simple Build Tool](http://www.scala-sbt.org), which is bundled with it. To compile the code, go into the top-level Spark directory and run
- sbt/sbt package
+ sbt/sbt assembly
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).