Repository: spark
Updated Branches:
  refs/heads/branch-2.4 ea11d1142 -> 11e07812c


[SPARK-25909] fix documentation on cluster managers

## What changes were proposed in this pull request?

Propose changing the documentation to state that there are 4, not 3, cluster 
managers available.

## How was this patch tested?

This is a docs-only patch and doesn't need any new testing beyond the normal CI 
process for Spark.

Closes #22922 from jameslamb/bugfix/cluster_docs.

Authored-by: James Lamb <jaylam...@gmail.com>
Signed-off-by: Sean Owen <sean.o...@databricks.com>
(cherry picked from commit c71db43e11fb90d6675421604ad29f596f2b8bfe)
Signed-off-by: Sean Owen <sean.o...@databricks.com>


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

Branch: refs/heads/branch-2.4
Commit: 11e07812cacd52cb2d50591ab1d66c33e57834d5
Parents: ea11d11
Author: James Lamb <jaylam...@gmail.com>
Authored: Fri Nov 2 11:05:10 2018 -0500
Committer: Sean Owen <sean.o...@databricks.com>
Committed: Fri Nov 2 11:05:24 2018 -0500

----------------------------------------------------------------------
 docs/cluster-overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/11e07812/docs/cluster-overview.md
----------------------------------------------------------------------
diff --git a/docs/cluster-overview.md b/docs/cluster-overview.md
index 7277e2f..1f0822f 100644
--- a/docs/cluster-overview.md
+++ b/docs/cluster-overview.md
@@ -45,7 +45,7 @@ There are several useful things to note about this 
architecture:
 
 # Cluster Manager Types
 
-The system currently supports three cluster managers:
+The system currently supports several cluster managers:
 
 * [Standalone](spark-standalone.html) -- a simple cluster manager included 
with Spark that makes it
   easy to set up a cluster.


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

Reply via email to