aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/twirl/masterui/worker_row.scala.html
blob: b21bd9c97752e4c8d22793e54e103959c0fb1f2a (plain) (blame)
1
2
3
4
5
6
7
8
9
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>