aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Gummelt <mgummelt@mesosphere.io>2016-08-07 08:59:04 +0100
committerSean Owen <sowen@cloudera.com>2016-08-07 08:59:04 +0100
commit7aaa5a01c1ee142663d28e98eb501fffc5a5cc46 (patch)
treef3343bb021fa9a56358012e1fef6c4abb3364160 /docs
parent4f5f9b670e1f1783f43feb22490613e72dcff852 (diff)
downloadspark-7aaa5a01c1ee142663d28e98eb501fffc5a5cc46.tar.gz
spark-7aaa5a01c1ee142663d28e98eb501fffc5a5cc46.tar.bz2
spark-7aaa5a01c1ee142663d28e98eb501fffc5a5cc46.zip
document that Mesos cluster mode supports python
update docs to be consistent with SPARK-14645 https://issues.apache.org/jira/browse/SPARK-14645 Author: Michael Gummelt <mgummelt@mesosphere.io> Closes #14514 from mgummelt/fix-docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/submitting-applications.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/submitting-applications.md b/docs/submitting-applications.md
index 100ff0b147..6fe3049995 100644
--- a/docs/submitting-applications.md
+++ b/docs/submitting-applications.md
@@ -58,7 +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. Currently only YARN supports cluster mode for Python applications.
+the drivers and the executors. Currently, standalone mode does not support cluster mode for 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`.