Skip to content

Commit 9a89aa2

Browse files
author
Michael Gummelt
committed
Remove sentence about Mesos not supporting cluster mode.
1 parent ae1db91 commit 9a89aa2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/submitting-applications.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ for applications that involve the REPL (e.g. Spark shell).
5858

5959
Alternatively, if your application is submitted from a machine far from the worker machines (e.g.
6060
locally on your laptop), it is common to use `cluster` mode to minimize network latency between
61-
the drivers and the executors. Note that `cluster` mode is currently not supported for
62-
Mesos clusters. Currently only YARN supports cluster mode for Python applications.
61+
the drivers and the executors. Currently only YARN supports cluster mode for Python applications.
6362

6463
For Python applications, simply pass a `.py` file in the place of `<application-jar>` instead of a JAR,
6564
and add Python `.zip`, `.egg` or `.py` files to the search path with `--py-files`.

0 commit comments

Comments
 (0)