Skip to content

Commit 03e89eb

Browse files
Ji YanJi Yan
authored andcommitted
add documentation
1 parent 0696d4f commit 03e89eb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/running-on-mesos.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,16 @@ See the [configuration page](configuration.html) for information on Spark config
356356
By default Mesos agents will not pull images they already have cached.
357357
</td>
358358
</tr>
359+
<tr>
360+
<td><code>spark.mesos.executor.docker.params</code></td>
361+
<td>(none)</td>
362+
<td>
363+
Set the list of custom parameters which will be passed into the <code>docker run</code> command when launching the Spark executor on mesos using docker containerizer. The format of this property is a comma-separated list of
364+
key/value pairs. That is they take the form:
365+
366+
<pre>key1=val1,key2=val2,key3=val3</pre>
367+
</td>
368+
</tr>
359369
<tr>
360370
<td><code>spark.mesos.executor.docker.volumes</code></td>
361371
<td>(none)</td>

0 commit comments

Comments
 (0)