From 1b60cb64f8690ec2567dc2b2f0b41696a9e3b676 Mon Sep 17 00:00:00 2001 From: Marcelo Vanzin Date: Mon, 14 Apr 2014 16:44:38 -0700 Subject: [PATCH] Make "spark logo" link refer to "/". This is not an issue with the driver UI, but when you fire up the history server, there's currently no way to go back to the app listing page without editing the browser's location field (since the logo's link points to the root of the application's own UI - i.e. the "stages" tab). The change just points the logo link to "/", which is the app listing for the history server, and the stages tab for the driver's UI. --- core/src/main/scala/org/apache/spark/ui/UIUtils.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/org/apache/spark/ui/UIUtils.scala b/core/src/main/scala/org/apache/spark/ui/UIUtils.scala index 6a2d652528d8a..99770f28549c9 100644 --- a/core/src/main/scala/org/apache/spark/ui/UIUtils.scala +++ b/core/src/main/scala/org/apache/spark/ui/UIUtils.scala @@ -158,7 +158,7 @@ private[spark] object UIUtils extends Logging {