I wrote a Java program that runs nightly and collects metrics about our hive tables.
I would like to include HBase tables in this as well. Since select count(*) is slow and not recommended on Phoenix, what are my alternatives from Java? Is there a way to call org.apache.hadoop.hbase.mapreduce.RowCounter from java and get results in some kind of result set? Thanks for any info!
