We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469fd2e commit ad9f88cCopy full SHA for ad9f88c
docs/submitting-applications.md
@@ -59,7 +59,7 @@ for applications that involve the REPL (e.g. Spark shell).
59
Alternatively, if your application is submitted from a machine far from the worker machines (e.g.
60
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 or Python applications except for ones which run on YARN clusters.
+Mesos clusters. Currently only YARN supports cluster mode for Python applications.
63
64
For Python applications, simply pass a `.py` file in the place of `<application-jar>` instead of a JAR,
65
and add Python `.zip`, `.egg` or `.py` files to the search path with `--py-files`.
0 commit comments