I believe what you are looking for is here: http://stackoverflow.com/questions/14573466/get-hbase-region-size-via-api
Thanks Divye Sheth On Thu, Mar 6, 2014 at 2:01 PM, drunkenfist <[email protected]>wrote: > Hi, > > I'm kinda new to HBase API, so pardon me if the question seems very basic. > > I wanted to know if I can fetch the region info of a particular table on a > particular region server. Basically I want to fetch the region size of a > table (say 't1') on a region server (say 'rs1'). > > Any help is appreciated. Thanks in advance. > > > > -- > 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-tp4056742.html > Sent from the HBase User mailing list archive at Nabble.com. >
