Index: src/docbkx/ops_mgt.xml
===================================================================
--- src/docbkx/ops_mgt.xml (revision 1162611)
+++ src/docbkx/ops_mgt.xml (working copy)
@@ -88,7 +88,17 @@
--starttime=1265875194289 --endtime=1265878794289
--peer.adr=server1,server2,server3:2181:/hbase TestTable
-
+
+
+ RowCounter
+ RowCounter is a utility that will count all the rows of a table. This is a good utility to use
+ as a sanity check to ensure that HBase can read all the blocks of a table if there are any concerns of metadata inconsistency.
+$ bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter
+
+
+
+
+