[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.
This commit is contained in:
Iulian Dragos 2016-02-19 11:47:36 -08:00 committed by Reynold Xin
parent fb7e21797e
commit 6915cc23b3

View file

@ -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.