Skip to content

Commit ad9f88c

Browse files
committed
Brushed up sentences
1 parent 469fd2e commit ad9f88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/submitting-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ for applications that involve the REPL (e.g. Spark shell).
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
6161
the drivers and the executors. Note that `cluster` mode is currently not supported for
62-
Mesos clusters or Python applications except for ones which run on YARN clusters.
62+
Mesos clusters. Currently only YARN supports cluster mode for Python applications.
6363

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

0 commit comments

Comments
 (0)