From 62e62124419f3fa07b324f5e42feb2c5b4fde715 Mon Sep 17 00:00:00 2001 From: Michael Gummelt Date: Tue, 9 Aug 2016 10:55:33 +0100 Subject: [SPARK-16809] enable history server links in dispatcher UI ## What changes were proposed in this pull request? Links the Spark Mesos Dispatcher UI to the history server UI - adds spark.mesos.dispatcher.historyServer.url - explicitly generates frameworkIDs for the launched drivers, so the dispatcher knows how to correlate drivers and frameworkIDs ## How was this patch tested? manual testing Author: Michael Gummelt Author: Sergiusz Urbaniak Closes #14414 from mgummelt/history-server. --- docs/running-on-mesos.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/running-on-mesos.md') 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. + + spark.mesos.dispatcher.historyServer.url + (none) + + Set the URL of the history + server. The dispatcher will then link each driver to its entry + in the history server. + + + # Troubleshooting and Debugging -- cgit v1.2.3