Index: src/docbkx/troubleshooting.xml =================================================================== --- src/docbkx/troubleshooting.xml (revision 1136049) +++ src/docbkx/troubleshooting.xml (working copy) @@ -443,7 +443,18 @@ - + +
+ NameNode +
+ HDFS Utilization of Tables and Regions + To determine how much space HBase is using on HDFS use the hadoop shell commands from the NameNode. For example... + hadoop fs -dus /hbase/ ...returns the summarized disk utilization for all HBase objects. + hadoop fs -dus /hbase/myTable ...returns the summarized disk utilization for the HBase table 'myTable'. + hadoop fs -du /hbase/myTable ...returns a list of the regions under the HBase table 'myTable' and their disk utilization. +
+
+
RegionServer