On Tue, Jun 14, 2011 at 2:26 AM, Shuja Rehman <[email protected]> wrote: > Can anyone let me know how to get the size of complete table and w.r.t > region servers? > > e.g > Table 1 Total Size = 100MB > Table1 RegionServer1 Size =30 MB > Table 1 RegionServer2 Size = 70 MB >
You mean du -sh on the hbase directory in hdfs? You can do it per table and even by region. This will give you the data size stored (replicated). You seem to have figured how to do that? St.Ack
