aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-10-14 12:04:58 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-10-14 12:04:58 -0700
commit1f06445b03269fe1ed6f8f757e3639228ee9d2bc (patch)
tree8c61817569210bc2a457d84e2e90a27fb3872c36 /README.md
parent4947bd09586194457d9157a6af6418f65553a4fc (diff)
downloadspark-1f06445b03269fe1ed6f8f757e3639228ee9d2bc.tar.gz
spark-1f06445b03269fe1ed6f8f757e3639228ee9d2bc.tar.bz2
spark-1f06445b03269fe1ed6f8f757e3639228ee9d2bc.zip
tweak
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c30e2e191e..b0fc3524fa 100644
--- a/README.md
+++ b/README.md
@@ -30,8 +30,8 @@ will run the Logistic Regression example locally on 2 CPUs.
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 or Spark cluster URL, or "local" to run
+All of the Spark samples take a `<host>` parameter that is the cluster URL
+to connect to. This can be a mesos:// or spark:// URL, or "local" to run
locally with one thread, or "local[N]" to run locally with N threads.