Repository: spark Updated Branches: refs/heads/branch-1.1 7805480db -> 49e1f10eb
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 <[email protected]> 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 Conflicts: docs/submitting-applications.md Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/49e1f10e Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/49e1f10e Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/49e1f10e Branch: refs/heads/branch-1.1 Commit: 49e1f10ebea9de0ed7cec18179030b70ec359b6b Parents: 7805480 Author: Sean Owen <[email protected]> Authored: Sun Jan 25 15:25:05 2015 -0800 Committer: Andrew Or <[email protected]> Committed: Sun Jan 25 15:26:44 2015 -0800 ---------------------------------------------------------------------- docs/submitting-applications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/49e1f10e/docs/submitting-applications.md ---------------------------------------------------------------------- diff --git a/docs/submitting-applications.md b/docs/submitting-applications.md index 45b70b1..4410d47 100644 --- a/docs/submitting-applications.md +++ b/docs/submitting-applications.md @@ -57,8 +57,8 @@ to the console. Thus, this mode is especially suitable for applications that inv 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`. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
