Skip to content
Snippets Groups Projects
Commit e8ac9221 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Update sbt build command to create JARs

parent 84bf7924
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ Spark requires Scala 2.9.1. This version has been tested with 2.9.1.final.
The project is built using Simple Build Tool (SBT), which is packaged with it.
To build Spark and its example programs, run:
sbt/sbt compile
sbt/sbt package
To run Spark, you will need to have Scala's bin in your `PATH`, or you
will need to set the `SCALA_HOME` environment variable to point to where
......
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