Skip to content

Commit 3bb7e0d

Browse files
add version on master and worker page
1 parent a96b727 commit 3bb7e0d

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)