Skip to content

Commit

Permalink
[SPARK-4920][UI] add version on master and worker page for standalone…
Browse files Browse the repository at this point in the history
… mode

Author: Zhang, Liye <[email protected]>

Closes #3769 from liyezhang556520/spark-4920_WebVersion and squashes the following commits:

3bb7e0d [Zhang, Liye] add version on master and worker page
  • Loading branch information
liyezhang556520 authored and JoshRosen committed Dec 30, 2014
1 parent 040d6f2 commit 9077e72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/main/scala/org/apache/spark/ui/UIUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,9 @@ private[spark] object UIUtils extends Logging {
<div class="span12">
<h3 style="vertical-align: middle; display: inline-block;">
<a style="text-decoration: none" href={prependBaseUri("/")}>
<img src={prependBaseUri("/static/spark-logo-77x50px-hd.png")}
style="margin-right: 15px;" />
<img src={prependBaseUri("/static/spark-logo-77x50px-hd.png")} />
<span class="version"
style="margin-right: 15px;">{org.apache.spark.SPARK_VERSION}</span>
</a>
{title}
</h3>
Expand Down

0 comments on commit 9077e72

Please sign in to comment.