Github user skonto commented on a diff in the pull request:
https://github.com/apache/spark/pull/14511#discussion_r73864717
--- Diff: docs/running-on-mesos.md ---
@@ -467,7 +467,19 @@ 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.driverProperty.[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
--- End diff --
From a UX perspective I would like to set spark.executor.memory=32g without
caring about where I am running on.... test env, real cluster client or cluster
mode...
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]