Skip to content

Commit e8ac922

Browse files
committed
Update sbt build command to create JARs
1 parent 84bf792 commit e8ac922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Spark requires Scala 2.9.1. This version has been tested with 2.9.1.final.
1717
The project is built using Simple Build Tool (SBT), which is packaged with it.
1818
To build Spark and its example programs, run:
1919

20-
sbt/sbt compile
20+
sbt/sbt package
2121

2222
To run Spark, you will need to have Scala's bin in your `PATH`, or you
2323
will need to set the `SCALA_HOME` environment variable to point to where

0 commit comments

Comments
 (0)