Skip to content

Commit 11238d4

Browse files
foxishrxin
authored andcommitted
[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 <[email protected]> Author: foxish <[email protected]> Closes #17522 from foxish/upstream-doc.
1 parent 26e7bca commit 11238d4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/cluster-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ The system currently supports three cluster managers:
5252
* [Apache Mesos](running-on-mesos.html) -- a general cluster manager that can also run Hadoop MapReduce
5353
and service applications.
5454
* [Hadoop YARN](running-on-yarn.html) -- the resource manager in Hadoop 2.
55-
55+
* [Kubernetes (experimental)](https://github.com/apache-spark-on-k8s/spark) -- In addition to the above,
56+
there is experimental support for Kubernetes. Kubernetes is an open-source platform
57+
for providing container-centric infrastructure. Kubernetes support is being actively
58+
developed in an [apache-spark-on-k8s](https://github.com/apache-spark-on-k8s/) Github organization.
59+
For documentation, refer to that project's README.
5660

5761
# Submitting Applications
5862

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ options for deployment:
115115
* [Mesos](running-on-mesos.html): deploy a private cluster using
116116
[Apache Mesos](http://mesos.apache.org)
117117
* [YARN](running-on-yarn.html): deploy Spark on top of Hadoop NextGen (YARN)
118+
* [Kubernetes (experimental)](https://github.com/apache-spark-on-k8s/spark): deploy Spark on top of Kubernetes
118119

119120
**Other Documents:**
120121

0 commit comments

Comments
 (0)