Probably a combination of the RowCount job and 'hadoop fs -du' will get you what you're after.
On Monday, March 16, 2015, Mark Tse <[email protected]> wrote: > I am looking to see how often I will need to add RegionServers, etc. based > on the amount of data entering HBase. > > Is there a way to get the size on disk of a row or an average across all > rows? I want the statistics from HBase because of compression, etc. > > Thanks, > Mark >
