Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Show Master status on UI page
  • Loading branch information
colorant committed Feb 27, 2014
commit df630b3fa2c233d1113ae7d47da3c27c7eb6ca0e
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ private[spark] class IndexPage(parent: MasterWebUI) {
<li><strong>Drivers:</strong>
{state.activeDrivers.size} Running,
{state.completedDrivers.size} Completed </li>
<li><strong>Status:</strong> {state.status}</li>
</ul>
</div>
</div>
Expand Down