Update sbt build command to create JARs

This commit is contained in:
Matei Zaharia 2012-08-30 08:36:39 -07:00
parent 84bf7924d6
commit e8ac9221dc

View file

@ -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. The project is built using Simple Build Tool (SBT), which is packaged with it.
To build Spark and its example programs, run: 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 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 will need to set the `SCALA_HOME` environment variable to point to where