Skip to content
Snippets Groups Projects
Commit b4a1ffc6 authored by Holden Karau's avatar Holden Karau
Browse files

Switch from sbt to ./sbt in the README file

parent 97123be1
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ This README file only contains basic setup instructions. ...@@ -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), 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: which can be obtained [here](http://www.scala-sbt.org). To build Spark and its example programs, run:
sbt assembly ./sbt assembly
Once you've built Spark, the easiest way to start using it is the shell: 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. ...@@ -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 Testing first requires [Building](#Building) Spark. Once Spark is built, tests
can be run using: can be run using:
`sbt test` `./sbt test`
## A Note About Hadoop Versions ## A Note About Hadoop Versions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment