aboutsummaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2015-01-09 14:40:45 -0800
committerAndrew Or <andrew@databricks.com>2015-01-09 14:40:45 -0800
commitae628725abce9ffe34b9a7110d5ac51a076454aa (patch)
tree87b1f7cb978e0f973760a1b15467204772477000 /docs/_config.yml
parente0f28e010cdd67a2a4c8aebd35323d69a3182ba8 (diff)
downloadspark-ae628725abce9ffe34b9a7110d5ac51a076454aa.tar.gz
spark-ae628725abce9ffe34b9a7110d5ac51a076454aa.tar.bz2
spark-ae628725abce9ffe34b9a7110d5ac51a076454aa.zip
[DOC] Fixed Mesos version in doc from 0.18.1 to 0.21.0
#3934 upgraded Mesos version so we should also fix docs right? This issue is really minor so I don't file in JIRA. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #3982 from sarutak/fix-mesos-version and squashes the following commits: 9a86ee3 [Kousuke Saruta] Fixed mesos version from 0.18.1 to 0.21.0
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 a96a76dd9a..e2db274e1f 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -17,6 +17,6 @@ SPARK_VERSION: 1.3.0-SNAPSHOT
SPARK_VERSION_SHORT: 1.3.0
SCALA_BINARY_VERSION: "2.10"
SCALA_VERSION: "2.10.4"
-MESOS_VERSION: 0.18.1
+MESOS_VERSION: 0.21.0
SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK
SPARK_GITHUB_URL: https://github.com/apache/spark