You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2017/10/17 07:36:22 UTC

spark git commit: [SPARK-20992][SCHEDULER] Add links in documentation to Nomad integration.

Repository: spark
Updated Branches:
  refs/heads/master c09a2a76b -> e66cabb02


[SPARK-20992][SCHEDULER] Add links in documentation to Nomad integration.

## What changes were proposed in this pull request?

Adds links to the fork that provides integration with Nomad, in the same places the k8s integration is linked to.

## How was this patch tested?

I clicked on the links to make sure they're correct ;)

Author: Ben Barnard <ba...@gmail.com>

Closes #19354 from barnardb/link-to-nomad-integration.


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

Branch: refs/heads/master
Commit: e66cabb0215204605ca7928406d4787d41853dd1
Parents: c09a2a7
Author: Ben Barnard <ba...@gmail.com>
Authored: Tue Oct 17 09:36:09 2017 +0200
Committer: Sean Owen <so...@cloudera.com>
Committed: Tue Oct 17 09:36:09 2017 +0200

----------------------------------------------------------------------
 docs/cluster-overview.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/e66cabb0/docs/cluster-overview.md
----------------------------------------------------------------------
diff --git a/docs/cluster-overview.md b/docs/cluster-overview.md
index a2ad9589..c42bb4b 100644
--- a/docs/cluster-overview.md
+++ b/docs/cluster-overview.md
@@ -58,6 +58,9 @@ for providing container-centric infrastructure. Kubernetes support is being acti
 developed in an [apache-spark-on-k8s](https://github.com/apache-spark-on-k8s/) Github organization. 
 For documentation, refer to that project's README.
 
+A third-party project (not supported by the Spark project) exists to add support for
+[Nomad](https://github.com/hashicorp/nomad-spark) as a cluster manager.
+
 # Submitting Applications
 
 Applications can be submitted to a cluster of any type using the `spark-submit` script.


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