aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2016-02-19 11:47:36 -0800
committerReynold Xin <rxin@databricks.com>2016-02-19 11:47:36 -0800
commit6915cc23b3166088eab3f7cff2b6adc2a0e6739d (patch)
treeb5589cdb8ccd7a1ea6f0417ae91a6d537763f6b6 /docs
parentfb7e21797ed618d9754545a44f8f95f75b66757a (diff)
downloadspark-6915cc23b3166088eab3f7cff2b6adc2a0e6739d.tar.gz
spark-6915cc23b3166088eab3f7cff2b6adc2a0e6739d.tar.bz2
spark-6915cc23b3166088eab3f7cff2b6adc2a0e6739d.zip
[MINOR][DOCS][MESOS] Clarify that Mesos version is a lower bound.
## What changes were proposed in this pull request? Clarify that 0.21 is only a **minimum** requirement. ## How was the this patch tested? It's a doc change, so no tests. Author: Iulian Dragos <jaguarul@gmail.com> Closes #11271 from dragos/patch-1.
Diffstat (limited to 'docs')
-rw-r--r--docs/running-on-mesos.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index 0df476d9b4..35f6caab17 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -32,7 +32,7 @@ To get started, follow the steps below to install Mesos and deploy Spark jobs vi
# Installing Mesos
-Spark {{site.SPARK_VERSION}} is designed for use with Mesos {{site.MESOS_VERSION}} and does not
+Spark {{site.SPARK_VERSION}} is designed for use with Mesos {{site.MESOS_VERSION}} or newer and does not
require any special patches of Mesos.
If you already have a Mesos cluster running, you can skip this Mesos installation step.