Repository: spark
Updated Branches:
  refs/heads/master 26e7bca22 -> 11238d4c6


[SPARK-18278][SCHEDULER] Documentation to point to Kubernetes cluster scheduler

## What changes were proposed in this pull request?

Adding documentation to point to Kubernetes cluster scheduler being developed 
out-of-repo in https://github.com/apache-spark-on-k8s/spark
cc rxin srowen tnachen ash211 mccheah erikerlandson

## How was this patch tested?

Docs only change

Author: Anirudh Ramanathan <fox...@users.noreply.github.com>
Author: foxish <ramanath...@google.com>

Closes #17522 from foxish/upstream-doc.


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

Branch: refs/heads/master
Commit: 11238d4c62961c03376d9b2899221ec74313363a
Parents: 26e7bca
Author: Anirudh Ramanathan <fox...@users.noreply.github.com>
Authored: Tue Apr 4 10:46:44 2017 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Tue Apr 4 10:46:44 2017 -0700

----------------------------------------------------------------------
 docs/cluster-overview.md | 6 +++++-
 docs/index.md            | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/11238d4c/docs/cluster-overview.md
----------------------------------------------------------------------
diff --git a/docs/cluster-overview.md b/docs/cluster-overview.md
index 814e440..a2ad9589 100644
--- a/docs/cluster-overview.md
+++ b/docs/cluster-overview.md
@@ -52,7 +52,11 @@ The system currently supports three cluster managers:
 * [Apache Mesos](running-on-mesos.html) -- a general cluster manager that can 
also run Hadoop MapReduce
   and service applications.
 * [Hadoop YARN](running-on-yarn.html) -- the resource manager in Hadoop 2.
-
+* [Kubernetes (experimental)](https://github.com/apache-spark-on-k8s/spark) -- 
In addition to the above,
+there is experimental support for Kubernetes. Kubernetes is an open-source 
platform
+for providing container-centric infrastructure. Kubernetes support is being 
actively
+developed in an [apache-spark-on-k8s](https://github.com/apache-spark-on-k8s/) 
Github organization. 
+For documentation, refer to that project's README.
 
 # Submitting Applications
 

http://git-wip-us.apache.org/repos/asf/spark/blob/11238d4c/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 19a9d3b..ad4f24f 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -115,6 +115,7 @@ options for deployment:
   * [Mesos](running-on-mesos.html): deploy a private cluster using
       [Apache Mesos](http://mesos.apache.org)
   * [YARN](running-on-yarn.html): deploy Spark on top of Hadoop NextGen (YARN)
+  * [Kubernetes (experimental)](https://github.com/apache-spark-on-k8s/spark): 
deploy Spark on top of Kubernetes
 
 **Other Documents:**
 


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

Reply via email to