Skip to content

Commit

Permalink
SPARK-4506 [DOCS] Addendum: Update more docs to reflect that standalo…
Browse files Browse the repository at this point in the history
…ne 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

Conflicts:
	docs/submitting-applications.md
  • Loading branch information
srowen authored and Andrew Or committed Jan 25, 2015
1 parent 7805480 commit 49e1f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/submitting-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 49e1f10

Please sign in to comment.