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:
parent
4199e1ae02
commit
5626936a70
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue