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 "luoli (JIRA)" <ji...@apache.org> on 2010/04/09 08:23:50 UTC

[jira] Created: (HDFS-1090) The webui of namenode should include Rack column in the live datanodes table

The webui of namenode should include Rack column in the live datanodes table
----------------------------------------------------------------------------

                 Key: HDFS-1090
                 URL: https://issues.apache.org/jira/browse/HDFS-1090
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: name-node
            Reporter: luoli


It is a great feature that hadoop support rack-aware, but in the default webui of namenode, their is no column in the live datanodes table to show what rack the datanode belongs to. This is not convenient for a cluster which has configed the rack info of the cluster. This can solve easily, just add it in the dfshealth.jsp, and also for the convenient of sort the live datanode table on the column of rack, we can just add it in the JspHelper.java.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.