aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/twirl/masterui/worker_row.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/twirl/masterui/worker_row.scala.html')
-rw-r--r--core/src/main/twirl/masterui/worker_row.scala.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/src/main/twirl/masterui/worker_row.scala.html b/core/src/main/twirl/masterui/worker_row.scala.html
new file mode 100644
index 0000000000..b21bd9c977
--- /dev/null
+++ b/core/src/main/twirl/masterui/worker_row.scala.html
@@ -0,0 +1,10 @@
+@(worker: spark.deploy.master.WorkerInfo)
+
+<tr>
+ <td>
+ <a href="http://@worker.host:@worker.webUiPort">@worker.id</href>
+ </td>
+ <td>@worker.host:@worker.port</td>
+ <td>@worker.cores (@worker.coresUsed Used)</td>
+ <td>@worker.memory (@worker.memoryUsed Used)</td>
+</tr> \ No newline at end of file