[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 <barnardb@gmail.com>

Closes #19354 from barnardb/link-to-nomad-integration.
This commit is contained in:
Ben Barnard 2017-10-17 09:36:09 +02:00 committed by Sean Owen
parent c09a2a76b5
commit e66cabb021

View file

@ -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.