aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-01-25 15:25:05 -0800
committerAndrew Or <andrew@databricks.com>2015-01-25 15:25:16 -0800
commitf34c113f850857d5658d71b6798a67ed9278f7ef (patch)
tree497af3adcb42da3068e6432faa4b801ab7c9640b
parente82e9601ce68978335d97e08f3cb690313cc1064 (diff)
downloadspark-f34c113f850857d5658d71b6798a67ed9278f7ef.tar.gz
spark-f34c113f850857d5658d71b6798a67ed9278f7ef.tar.bz2
spark-f34c113f850857d5658d71b6798a67ed9278f7ef.zip
SPARK-4506 [DOCS] Addendum: Update more docs to reflect that standalone works in cluster mode
This is a trivial addendum to SPARK-4506, which was already resolved. noted by Asim Jalis in SPARK-4506. Author: Sean Owen <sowen@cloudera.com> Closes #4160 from srowen/SPARK-4506 and squashes the following commits: 5f5f7df [Sean Owen] Update more docs to reflect that standalone works in cluster mode (cherry picked from commit 9f6435763d173d2abf82d16b5878983fa8bf3419) Signed-off-by: Andrew Or <andrew@databricks.com>
-rw-r--r--docs/submitting-applications.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/submitting-applications.md b/docs/submitting-applications.md
index 3bd1deaccf..14a87f8436 100644
--- a/docs/submitting-applications.md
+++ b/docs/submitting-applications.md
@@ -58,8 +58,8 @@ for applications that involve the REPL (e.g. Spark shell).
Alternatively, if your application is submitted from a machine far from the worker machines (e.g.
locally on your laptop), it is common to use `cluster` mode to minimize network latency between
-the drivers and the executors. Note that `cluster` mode is currently not supported for standalone
-clusters, Mesos clusters, or Python applications.
+the drivers and the executors. Note that `cluster` mode is currently not supported for
+Mesos clusters or Python applications.
For Python applications, simply pass a `.py` file in the place of `<application-jar>` instead of a JAR,
and add Python `.zip`, `.egg` or `.py` files to the search path with `--py-files`.