Skip to content
Snippets Groups Projects
Commit 01f183e8 authored by Joachim Hereth's avatar Joachim Hereth Committed by Sean Owen
Browse files

Mesos doc fixes

## What changes were proposed in this pull request?

Some link fixes for the documentation [Running Spark on Mesos](https://spark.apache.org/docs/latest/running-on-mesos.html):

* Updated Link to Mesos Frameworks (Projects built on top of Mesos)
* Update Link to Mesos binaries from Mesosphere (former link was redirected to dcos install page)

## How was this patch tested?

Documentation was built and changed page manually/visually inspected.

No code was changed, hence no dev tests.

Since these changes are rather trivial I did not open a new JIRA ticket.

Please review http://spark.apache.org/contributing.html before opening a pull request.

Author: Joachim Hereth <joachim.hereth@numberfour.eu>

Closes #18564 from daten-kieker/mesos_doc_fixes.
parent f5f02d21
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ Spark can run on hardware clusters managed by [Apache Mesos](http://mesos.apache
The advantages of deploying Spark with Mesos include:
- dynamic partitioning between Spark and other
[frameworks](https://mesos.apache.org/documentation/latest/mesos-frameworks/)
[frameworks](https://mesos.apache.org/documentation/latest/frameworks/)
- scalable partitioning between multiple instances of Spark
# How it Works
......@@ -61,7 +61,7 @@ third party projects publish binary releases that may be helpful in setting Meso
One of those is Mesosphere. To install Mesos using the binary releases provided by Mesosphere:
1. Download Mesos installation package from [downloads page](http://mesosphere.io/downloads/)
1. Download Mesos installation package from [downloads page](https://open.mesosphere.com/downloads/mesos/)
2. Follow their instructions for installation and configuration
The Mesosphere installation documents suggest setting up ZooKeeper to handle Mesos master failover,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment