Skip to content
Snippets Groups Projects
Commit 59399a8f authored by Timothy Chen's avatar Timothy Chen Committed by Andrew Or
Browse files

[SPARK-8083] [MESOS] Use the correct base path in mesos driver page.


Author: Timothy Chen <tnachen@gmail.com>

Closes #6615 from tnachen/mesos_driver_path and squashes the following commits:

4f47b7c [Timothy Chen] Use the correct base path in mesos driver page.

(cherry picked from commit bfbf12b3)
Signed-off-by: default avatarAndrew Or <andrew@databricks.com>
parent 31e0ae9e
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ private[ui] class DriverPage(parent: MesosClusterUI) extends WebUIPage("driver")
retryHeaders, retryRow, Iterable.apply(driverState.description.retryState))
val content =
<p>Driver state information for driver id {driverId}</p>
<a href="/">Back to Drivers</a>
<a href={UIUtils.prependBaseUri("/")}>Back to Drivers</a>
<div class="row-fluid">
<div class="span12">
<h4>Driver state: {driverState.state}</h4>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment