Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/running-on-mesos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down