Repository: spark Updated Branches: refs/heads/branch-2.0 d23343192 -> 58e7038b8
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 <mgumm...@mesosphere.io> Closes #14514 from mgummelt/fix-docs. (cherry picked from commit 7aaa5a01c1ee142663d28e98eb501fffc5a5cc46) Signed-off-by: Sean Owen <so...@cloudera.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/58e7038b Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/58e7038b Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/58e7038b Branch: refs/heads/branch-2.0 Commit: 58e7038b8ff95244c0a4d940ad87e3ee15bc2059 Parents: d233431 Author: Michael Gummelt <mgumm...@mesosphere.io> Authored: Sun Aug 7 08:59:04 2016 +0100 Committer: Sean Owen <so...@cloudera.com> Committed: Sun Aug 7 09:03:08 2016 +0100 ---------------------------------------------------------------------- docs/submitting-applications.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/58e7038b/docs/submitting-applications.md ---------------------------------------------------------------------- diff --git a/docs/submitting-applications.md b/docs/submitting-applications.md index 100ff0b..6fe3049 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`. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org