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 d037e7be0a..613da68531 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -468,6 +468,16 @@ See the [configuration page](configuration.html) for information on Spark config
If unset it will point to Spark's internal web UI.
</td>
</tr>
+<tr>
+ <td><code>spark.mesos.dispatcher.historyServer.url</code></td>
+ <td><code>(none)</code></td>
+ <td>
+ Set the URL of the <a href="http://spark.apache.org/docs/latest/monitoring.html#viewing-after-the-fact">history
+ server</a>. The dispatcher will then link each driver to its entry
+ in the history server.
+ </td>
+</tr>
+
</table>
# Troubleshooting and Debugging