Skip to content

Commit

Permalink
[SPARK-20992][SCHEDULER] Add links in documentation to Nomad integrat…
Browse files Browse the repository at this point in the history
…ion.

## 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.
  • Loading branch information
barnardb authored and srowen committed Oct 17, 2017
1 parent c09a2a7 commit e66cabb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/cluster-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e66cabb

Please sign in to comment.