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.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index 5219e99fee..10dc9ce890 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -429,6 +429,16 @@ See the [configuration page](configuration.html) for information on Spark config
</td>
</tr>
<tr>
+ <td><code>spark.mesos.driverEnv.[EnvironmentVariableName]</code></td>
+ <td><code>(none)</code></td>
+ <td>
+ This only affects drivers submitted in cluster mode. Add the
+ environment variable specified by EnvironmentVariableName to the
+ driver process. The user can specify multiple of these to set
+ multiple environment variables.
+ </td>
+</tr>
+<tr>
<td><code>spark.mesos.dispatcher.webui.url</code></td>
<td><code>(none)</code></td>
<td>