Right now I implement row count over ResultScanner like this
ResultScanner
for (Result rs = scanner.next(); rs != null; rs = scanner.next()) { number++; }
Use the HBase rowcount map/reduce job that's included with HBase