From 9a89aa2ce787c151e4a5fc622e5966444005d9db Mon Sep 17 00:00:00 2001 From: Michael Gummelt Date: Thu, 7 Apr 2016 16:48:42 -0700 Subject: [PATCH] Remove sentence about Mesos not supporting cluster mode. --- docs/submitting-applications.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/submitting-applications.md b/docs/submitting-applications.md index 66025ed6baab8..100ff0b147efd 100644 --- a/docs/submitting-applications.md +++ b/docs/submitting-applications.md @@ -58,8 +58,7 @@ for applications that involve the REPL (e.g. Spark shell). 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 -Mesos clusters. Currently only YARN supports cluster mode for Python applications. +the drivers and the executors. Currently only YARN supports cluster mode for Python applications. For Python applications, simply pass a `.py` file in the place of `` instead of a JAR, and add Python `.zip`, `.egg` or `.py` files to the search path with `--py-files`.