Added more to the tools appendix -- added mention of hbase hbck

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-11-05 21:54:11 +00:00
parent 051442253d
commit dbb9b3bbdf

View File

@ -1707,6 +1707,9 @@ index e70ebc6..96f8c27 100644
At the end of the commands output it prints <emphasis>OK</emphasis>
or <emphasis>INCONSISTENCY</emphasis>. If your cluster reports
inconsistencies, pass <command>-details</command> to see more detail emitted.
If inconsistencies, run <command>hbck</command> a few times because the
inconsistency may be transient (e.g. cluster is starting up or a region is
splitting).
Passing <command>-fix</command> may correct the inconsistency (This latter
is an experimental feature).
</para>