aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>