Repository: spark
Updated Branches:
  refs/heads/master c00186f90 -> c71db43e1


[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 <[email protected]>
Signed-off-by: Sean Owen <[email protected]>


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

Branch: refs/heads/master
Commit: c71db43e11fb90d6675421604ad29f596f2b8bfe
Parents: c00186f
Author: James Lamb <[email protected]>
Authored: Fri Nov 2 11:05:10 2018 -0500
Committer: Sean Owen <[email protected]>
Committed: Fri Nov 2 11:05:10 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/spark/blob/c71db43e/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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to