We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bf792 commit e8ac922Copy full SHA for e8ac922
README.md
@@ -17,7 +17,7 @@ Spark requires Scala 2.9.1. This version has been tested with 2.9.1.final.
17
The project is built using Simple Build Tool (SBT), which is packaged with it.
18
To build Spark and its example programs, run:
19
20
- sbt/sbt compile
+ sbt/sbt package
21
22
To run Spark, you will need to have Scala's bin in your `PATH`, or you
23
will need to set the `SCALA_HOME` environment variable to point to where
0 commit comments