You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Manoj Govindassamy (JIRA)" <ji...@apache.org> on 2016/12/20 21:44:58 UTC

[jira] [Created] (HDFS-11265) Extend visualization for Maintenance Mode under Datanode tab in the NameNode UI

Manoj Govindassamy created HDFS-11265:
-----------------------------------------

             Summary: Extend visualization for Maintenance Mode under Datanode tab in the NameNode UI
                 Key: HDFS-11265
                 URL: https://issues.apache.org/jira/browse/HDFS-11265
             Project: Hadoop HDFS
          Issue Type: Sub-task
    Affects Versions: 3.0.0-alpha1
            Reporter: Manoj Govindassamy



With HDFS-9391, DataNodes in MaintenanceModes states are shown under DataNode page in NameNode UI, but they are lacking icon visualization like the ones shown for other node states. Need to extend the icon visualization to cover Maintenance Mode.

{code}
<script type="text/x-dust-template" id="tmpl-datanode">
<div class="page-header"><h1>Datanode Information</h1></div>
<div>
  <ul class="dfshealth-node-legend">
    <li class="dfshealth-node-icon dfshealth-node-alive">In service</li>
    <li class="dfshealth-node-icon dfshealth-node-down">Down</li>
    <li class="dfshealth-node-icon dfshealth-node-decommissioned">Decommissioned</li>
    <li class="dfshealth-node-icon dfshealth-node-down-decommissioned">Decommissioned &amp; dead</li>
  </ul>
</div>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org