Skip to content

Commit e20d632

Browse files
liyezhang556520JoshRosen
authored andcommitted
[SPARK-4920][UI] add version on master and worker page for standalone 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 (cherry picked from commit 9077e72) Signed-off-by: Josh Rosen <[email protected]>
1 parent e81c869 commit e20d632

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/src/main/scala/org/apache/spark/ui/UIUtils.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,9 @@ private[spark] object UIUtils extends Logging {
234234
<div class="span12">
235235
<h3 style="vertical-align: middle; display: inline-block;">
236236
<a style="text-decoration: none" href={prependBaseUri("/")}>
237-
<img src={prependBaseUri("/static/spark-logo-77x50px-hd.png")}
238-
style="margin-right: 15px;" />
237+
<img src={prependBaseUri("/static/spark-logo-77x50px-hd.png")} />
238+
<span class="version"
239+
style="margin-right: 15px;">{org.apache.spark.SPARK_VERSION}</span>
239240
</a>
240241
{title}
241242
</h3>

0 commit comments

Comments
 (0)