aboutsummaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
authorAndrew Ash <andrew@andrewash.com>2014-05-14 09:45:33 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-14 09:46:20 -0700
commitd1d41ccee49a5c093cb61c791c01f64f2076b83e (patch)
tree8118d27282664ec34f9c22c75683cf83c5596354 /docs/_config.yml
parent2e5a7cde223c8bf6d34e46b27ac94a965441584d (diff)
downloadspark-d1d41ccee49a5c093cb61c791c01f64f2076b83e.tar.gz
spark-d1d41ccee49a5c093cb61c791c01f64f2076b83e.tar.bz2
spark-d1d41ccee49a5c093cb61c791c01f64f2076b83e.zip
SPARK-1818 Freshen Mesos documentation
Place more emphasis on using precompiled binary versions of Spark and Mesos instead of encouraging the reader to compile from source. Author: Andrew Ash <andrew@andrewash.com> Closes #756 from ash211/spark-1818 and squashes the following commits: 7ef3b33 [Andrew Ash] Brief explanation of the interactions between Spark and Mesos e7dea8e [Andrew Ash] Add troubleshooting and debugging section 956362d [Andrew Ash] Don't need to pass spark.executor.uri into the spark shell de3353b [Andrew Ash] Wrap to 100char 7ebf6ef [Andrew Ash] Polish on the section on Mesos Master URLs 3dcc2c1 [Andrew Ash] Use --tgz parameter of make-distribution 41b68ed [Andrew Ash] Period at end of sentence; formatting on :5050 8bf2c53 [Andrew Ash] Update site.MESOS_VERSIOn to match /pom.xml 74f2040 [Andrew Ash] SPARK-1818 Freshen Mesos documentation
Diffstat (limited to 'docs/_config.yml')
-rw-r--r--docs/_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index d177e38f88..45b78fe724 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -7,6 +7,6 @@ SPARK_VERSION: 1.0.0-SNAPSHOT
SPARK_VERSION_SHORT: 1.0.0
SCALA_BINARY_VERSION: "2.10"
SCALA_VERSION: "2.10.4"
-MESOS_VERSION: 0.13.0
+MESOS_VERSION: 0.18.1
SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK
SPARK_GITHUB_URL: https://github.com/apache/spark