aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2011-02-02 16:28:57 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2011-02-02 16:30:27 -0800
commita11fe23017b3e1efb18befbd1b6abe27abf9a396 (patch)
tree384b99c19a600ebb7315fe4cf6c05ff55fecf95c /README
parent82170608b17d3f8d46b2ebcde755e8878ad36761 (diff)
downloadspark-a11fe23017b3e1efb18befbd1b6abe27abf9a396.tar.gz
spark-a11fe23017b3e1efb18befbd1b6abe27abf9a396.tar.bz2
spark-a11fe23017b3e1efb18befbd1b6abe27abf9a396.zip
Moved examples to spark.examples package
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index f084f22a1f..d60b143085 100644
--- a/README
+++ b/README
@@ -10,8 +10,8 @@ of these methods on Mesos slave nodes as well as on the master.
To build Spark and the example programs, run make.
To run one of the examples, use ./run <class> <params>. For example,
-./run SparkLR will run the Logistic Regression example. Each of the
-example programs prints usage help if no params are given.
+./run spark.examples.SparkLR will run the Logistic Regression example.
+Each of the example programs prints usage help if no params are given.
All of the Spark samples take a <host> parameter that is the Mesos master
to connect to. This can be a Mesos URL, or "local" to run locally with one