From 1a2508b73f6d46a0faf7740b85a5c216c925c25a Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Sun, 30 Nov 2014 11:40:08 -0800 Subject: [PATCH] SPARK-2143 [WEB UI] Add Spark version to UI footer This PR adds the Spark version number to the UI footer; this is how it looks: ![screen shot 2014-11-21 at 22 58 40](https://cloud.githubusercontent.com/assets/822522/5157738/f4822094-7316-11e4-98f1-333a535fdcfa.png) Author: Sean Owen Closes #3410 from srowen/SPARK-2143 and squashes the following commits: e9b3a7a [Sean Owen] Add Spark version to footer --- core/src/main/scala/org/apache/spark/ui/UIUtils.scala | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 a89ae241fd73d..0402d0a4f3f9c 100644 --- a/core/src/main/scala/org/apache/spark/ui/UIUtils.scala +++ b/core/src/main/scala/org/apache/spark/ui/UIUtils.scala @@ -204,6 +204,11 @@ private[spark] object UIUtils extends Logging { {content} + } @@ -230,6 +235,11 @@ private[spark] object UIUtils extends Logging { {content} + }