aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/twirl
diff options
context:
space:
mode:
authorImran Rashid <imran@quantifind.com>2013-05-02 22:30:06 -0700
committerImran Rashid <imran@quantifind.com>2013-05-03 12:59:10 -0700
commit6fae936088d2a50606ba5082cee4a3c3a98a2b01 (patch)
tree72e2dc611c74f7b194266cf65b0140fa5d9edad6 /core/src/main/twirl
parent6fe9d4e61e30622abdbf4877daf5653d7339e4e8 (diff)
downloadspark-6fae936088d2a50606ba5082cee4a3c3a98a2b01.tar.gz
spark-6fae936088d2a50606ba5082cee4a3c3a98a2b01.tar.bz2
spark-6fae936088d2a50606ba5082cee4a3c3a98a2b01.zip
applications (aka drivers) send their webUI address to master when registering so it can be displayed in the master web ui
Diffstat (limited to 'core/src/main/twirl')
-rw-r--r--core/src/main/twirl/spark/deploy/master/app_details.scala.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/twirl/spark/deploy/master/app_details.scala.html b/core/src/main/twirl/spark/deploy/master/app_details.scala.html
index 301a7e2124..02086b476f 100644
--- a/core/src/main/twirl/spark/deploy/master/app_details.scala.html
+++ b/core/src/main/twirl/spark/deploy/master/app_details.scala.html
@@ -22,6 +22,7 @@
<li><strong>Memory per Slave:</strong> @app.desc.memoryPerSlave</li>
<li><strong>Submit Date:</strong> @app.submitDate</li>
<li><strong>State:</strong> @app.state</li>
+ <li><strong><a href="@app.appUIAddress">Application Detail UI</a></strong></li>
</ul>
</div>
</div>