Skip to content

Commit 9fe7872

Browse files
Michael Gummeltzhangzc
authored andcommitted
[DOCS][MINOR] Remove sentence about Mesos not supporting cluster mode.
Docs change to remove the sentence about Mesos not supporting cluster mode. It was not. Author: Michael Gummelt <[email protected]> Closes apache#12249 from mgummelt/fix-mesos-cluster-docs. (cherry picked from commit 30e980a) Signed-off-by: Andrew Or <[email protected]> (cherry picked from commit 8a94a59)
1 parent 5756001 commit 9fe7872

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)