HBASE-4279 adding mention of RowCounter

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1162872 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Meil 2011-08-29 15:31:17 +00:00
parent 4199e1ae02
commit 5626936a70
1 changed files with 11 additions and 1 deletions

View File

@ -89,6 +89,16 @@
--peer.adr=server1,server2,server3:2181:/hbase TestTable</programlisting>
</para>
</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>