Author: dmeil
Date: Mon Aug 29 15:31:17 2011
New Revision: 1162872
URL: http://svn.apache.org/viewvc?rev=1162872&view=rev
Log:
HBASE-4279 adding mention of RowCounter
Modified:
hbase/trunk/src/docbkx/ops_mgt.xml
Modified: hbase/trunk/src/docbkx/ops_mgt.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/ops_mgt.xml?rev=1162872&r1=1162871&r2=1162872&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/ops_mgt.xml (original)
+++ hbase/trunk/src/docbkx/ops_mgt.xml Mon Aug 29 15:31:17 2011
@@ -88,7 +88,17 @@
--starttime=1265875194289 --endtime=1265878794289
--peer.adr=server1,server2,server3:2181:/hbase TestTable</programlisting>
</para>
- </section>
+ </section>
+ <section xml:id="rowcounter">
+ <title>RowCounter</title>
+ <para>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.
+<programlisting>$ bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter
+</programlisting>
+
+ </para>
+ </section>
+
</section> <!-- tools -->
<section xml:id="node.management"><title>Node Management</title>