aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHolden Karau <holden@pigscanfly.ca>2014-01-04 21:45:22 -0800
committerHolden Karau <holden@pigscanfly.ca>2014-01-04 21:45:22 -0800
commitd7d95a099f5f215aff465f948446a8b68113b391 (patch)
tree47b03411c21761678d9ce9770be63ab1e264fbab /README.md
parent0d6700eb5a901caad511bed3d21e43f16adcf192 (diff)
downloadspark-d7d95a099f5f215aff465f948446a8b68113b391.tar.gz
spark-d7d95a099f5f215aff465f948446a8b68113b391.tar.bz2
spark-d7d95a099f5f215aff465f948446a8b68113b391.zip
And update docs to match
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index db1e2c4c0a..2c08a4ac63 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ This README file only contains basic setup instructions.
Spark requires Scala 2.10. The project is built using Simple Build Tool (SBT),
which can be obtained [here](http://www.scala-sbt.org). To build Spark and its example programs, run:
- ./sbt assembly
+ ./sbt/sbt assembly
Once you've built Spark, the easiest way to start using it is the shell:
@@ -41,7 +41,7 @@ locally with one thread, or "local[N]" to run locally with N threads.
Testing first requires [Building](#Building) Spark. Once Spark is built, tests
can be run using:
-`./sbt test`
+`./sbt/sbt test`
## A Note About Hadoop Versions