aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-mesos.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/running-on-mesos.md')
-rw-r--r--docs/running-on-mesos.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index 613da68531..a6ce34c761 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -467,6 +467,17 @@ See the [configuration page](configuration.html) for information on Spark config
Set the Spark Mesos dispatcher webui_url for interacting with the framework.
If unset it will point to Spark's internal web UI.
</td>
+ </tr>
+<tr>
+ <td><code>spark.mesos.dispatcher.driverDefault.[PropertyName]</code></td>
+ <td><code>(none)</code></td>
+ <td>
+ Set default properties for drivers submitted through the
+ dispatcher. For example,
+ spark.mesos.dispatcher.driverProperty.spark.executor.memory=32g
+ results in the executors for all drivers submitted in cluster mode
+ to run in 32g containers.
+</td>
</tr>
<tr>
<td><code>spark.mesos.dispatcher.historyServer.url</code></td>