Skip to content

Commit 59399a8

Browse files
tnachenAndrew Or
authored andcommitted
[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 bfbf12b) Signed-off-by: Andrew Or <andrew@databricks.com>
1 parent 31e0ae9 commit 59399a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/mesos/ui/DriverPage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ private[ui] class DriverPage(parent: MesosClusterUI) extends WebUIPage("driver")
6868
retryHeaders, retryRow, Iterable.apply(driverState.description.retryState))
6969
val content =
7070
<p>Driver state information for driver id {driverId}</p>
71-
<a href="/">Back to Drivers</a>
71+
<a href={UIUtils.prependBaseUri("/")}>Back to Drivers</a>
7272
<div class="row-fluid">
7373
<div class="span12">
7474
<h4>Driver state: {driverState.state}</h4>

0 commit comments

Comments
 (0)