Take a look at HBASE-10413 Tablesplit.getLength returns 0 RegionSizeCalculator.java should give you what you need.
On Thu, Mar 6, 2014 at 8:11 AM, drunkenfist <[email protected]>wrote: > So there is no way to get the region size of a table from a region server? > > Or is it possible to get the HDFS containing the region server name and > then > get the region size of a particular table from that HDFS? > > Thanks. > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Fetching-HBase-Region-info-for-a-particular-table-on-a-particular-region-server-tp4056742p4056761.html > Sent from the HBase User mailing list archive at Nabble.com. >
