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

Wording

parent e8ac9221
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,7 @@ will need to set the `SCALA_HOME` environment variable to point to where
you've installed Scala. Scala must be accessible through one of these
methods on Mesos slave nodes as well as on the master.
To run one of the examples, first run `sbt/sbt package` to create a JAR with
the example classes. Then use `./run <class> <params>`. For example:
To run one of the examples, first run `sbt/sbt package` to build them. Then use `./run <class> <params>`. For example:
./run spark.examples.SparkLR local[2]
......
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