aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-mesos.md
diff options
context:
space:
mode:
authorMichael Gummelt <mgummelt@mesosphere.io>2016-02-25 13:32:09 +0000
committerSean Owen <sowen@cloudera.com>2016-02-25 13:32:09 +0000
commitc98a93ded36db5da2f3ebd519aa391de90927688 (patch)
tree5c0b45a0cc908ef982256d6ffd6f3a39cdcb242e /docs/running-on-mesos.md
parentfae88af18445c5a88212b4644e121de4b30ce027 (diff)
downloadspark-c98a93ded36db5da2f3ebd519aa391de90927688.tar.gz
spark-c98a93ded36db5da2f3ebd519aa391de90927688.tar.bz2
spark-c98a93ded36db5da2f3ebd519aa391de90927688.zip
[SPARK-13439][MESOS] Document that spark.mesos.uris is comma-separated
Author: Michael Gummelt <mgummelt@mesosphere.io> Closes #11311 from mgummelt/document_csv.
Diffstat (limited to 'docs/running-on-mesos.md')
-rw-r--r--docs/running-on-mesos.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index b9f64c7ed1..9816d030e9 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -349,8 +349,9 @@ See the [configuration page](configuration.html) for information on Spark config
<td><code>spark.mesos.uris</code></td>
<td>(none)</td>
<td>
- A list of URIs to be downloaded to the sandbox when driver or executor is launched by Mesos.
- This applies to both coarse-grain and fine-grain mode.
+ A comma-separated list of URIs to be downloaded to the sandbox
+ when driver or executor is launched by Mesos. This applies to
+ both coarse-grained and fine-grained mode.
</td>
</tr>
<tr>