-
- Downloads
[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 <mgummelt@mesosphere.io> Author: Sergiusz Urbaniak <sur@mesosphere.io> Closes #14414 from mgummelt/history-server.
Showing
- core/src/main/scala/org/apache/spark/deploy/mesos/ui/MesosClusterPage.scala 19 additions, 2 deletions...a/org/apache/spark/deploy/mesos/ui/MesosClusterPage.scala
- core/src/main/scala/org/apache/spark/deploy/mesos/ui/MesosClusterUI.scala 1 addition, 1 deletion...ala/org/apache/spark/deploy/mesos/ui/MesosClusterUI.scala
- core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterScheduler.scala 22 additions, 5 deletions...spark/scheduler/cluster/mesos/MesosClusterScheduler.scala
- core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala 6 additions, 1 deletion...er/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala
- core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosFineGrainedSchedulerBackend.scala 6 additions, 1 deletion...uler/cluster/mesos/MesosFineGrainedSchedulerBackend.scala
- core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerUtils.scala 11 additions, 0 deletions...e/spark/scheduler/cluster/mesos/MesosSchedulerUtils.scala
- docs/running-on-mesos.md 10 additions, 0 deletionsdocs/running-on-mesos.md
Loading
Please register or sign in to comment