Hello Jeevitesh, Not directly from HBase, but have you looked at the HBase metrics: http://hbase.apache.org/book/hbase_metrics.html ? You *could* use hadoop fs -dus /path/to/table to get a general idea about the physical size of your table in HDFS but it will have a delta depending if there are splits or compactions in progress or if the memstore hasn't been flushed, and if using snapshots that can also make the delta larger.
cheers, esteban. -- Cloudera, Inc. On Fri, Dec 5, 2014 at 1:22 PM, jeevi tesh <[email protected]> wrote: > Hi, > Is there any command in hbase to find memory consumption or disk space > utilization by tables. > Thanks > jeevitesh >
