venkata ramkumar created HDFS-14227:
---------------------------------------

             Summary: RBF:HDFS "dfsadmin -printTopology" not displaying the 
rack details properly
                 Key: HDFS-14227
                 URL: https://issues.apache.org/jira/browse/HDFS-14227
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: venkata ramkumar
            Assignee: venkata ramkumar


namespaces : hacluster1 ,hacluster2
under hacluster1 :(IP1, IP2)
under hacluster2 :(IP3,IP4)

commands :
{noformat}
/router/bin> ./hdfs dfsadmin -printTopology
19/01/24 15:12:53 WARN util.NativeCodeLoader: Unable to load native-hadoop 
library for your platform... using builtin-java classes where applicable
Rack: /hacluster1/default-rack
   IP1:9866 (BLR1000021217)
   IP2:9866 (linux-110)
   IP3:9866 (linux111)
   IP4:9866 (linux112)
{noformat}

expected o/p:
{noformat}
/router/bin> ./hdfs dfsadmin -printTopology
19/01/24 15:12:53 WARN util.NativeCodeLoader: Unable to load native-hadoop 
library for your platform... using builtin-java classes where applicable
Rack: /hacluster1/default-rack
   IP1:9866 (BLR1000021217)
   IP2:9866 (linux-110)
Rack: /hacluster2/default-rack
   IP3:9866 (linux111)
   IP4:9866 (linux112)
{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to