Skip to content

Commit

Permalink
Show Master status on UI page
Browse files Browse the repository at this point in the history
For standalone HA mode, A status is useful to identify the current master, already in json format too.

Author: Raymond Liu <[email protected]>

Closes amplab#24 from colorant/status and squashes the following commits:

df630b3 [Raymond Liu] Show Master status on UI page
  • Loading branch information
colorant authored and pwendell committed Feb 27, 2014
1 parent 345df5f commit aace2c0
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit aace2c0

Please sign in to comment.