Repository: spark
Updated Branches:
  refs/heads/master 49fb23708 -> 30e980ad8


[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 <mgumm...@mesosphere.io>

Closes #12249 from mgummelt/fix-mesos-cluster-docs.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/30e980ad
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/30e980ad
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/30e980ad

Branch: refs/heads/master
Commit: 30e980ad8e6443dddd54f3c2d48b3904499545cf
Parents: 49fb237
Author: Michael Gummelt <mgumm...@mesosphere.io>
Authored: Thu Apr 7 17:41:37 2016 -0700
Committer: Andrew Or <and...@databricks.com>
Committed: Thu Apr 7 17:41:55 2016 -0700

----------------------------------------------------------------------
 docs/submitting-applications.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/30e980ad/docs/submitting-applications.md
----------------------------------------------------------------------
diff --git a/docs/submitting-applications.md b/docs/submitting-applications.md
index 66025ed..100ff0b 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 
`<application-jar>` instead of a JAR,
 and add Python `.zip`, `.egg` or `.py` files to the search path with 
`--py-files`.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to