aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-10-04 09:31:52 +0100
committerSean Owen <sowen@cloudera.com>2015-10-04 09:31:52 +0100
commit82bbc2a5f2c74604db59060cb5e462a057398ddd (patch)
tree81d81e84cefa3eed3019fd282aff4317803503ee /README.md
parent721e8b5f35b230ff426c1757a9bdc1399fb19afa (diff)
downloadspark-82bbc2a5f2c74604db59060cb5e462a057398ddd.tar.gz
spark-82bbc2a5f2c74604db59060cb5e462a057398ddd.tar.bz2
spark-82bbc2a5f2c74604db59060cb5e462a057398ddd.zip
[SPARK-9570] [DOCS] Consistent recommendation for submitting spark apps to YARN, -master yarn --deploy-mode x vs -master yarn-x'.
Recommend `--master yarn --deploy-mode {cluster,client}` consistently in docs. Follow-on to https://github.com/apache/spark/pull/8385 CC nssalian Author: Sean Owen <sowen@cloudera.com> Closes #8968 from srowen/SPARK-9570.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76e29b4235..4116ef3563 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ will run the Pi example locally.
You can set the MASTER environment variable when running examples to submit
examples to a cluster. This can be a mesos:// or spark:// URL,
-"yarn-cluster" or "yarn-client" to run on YARN, and "local" to run
+"yarn" to run on YARN, and "local" to run
locally with one thread, or "local[N]" to run locally with N threads. You
can also use an abbreviated class name if the class is in the `examples`
package. For instance: