HBASE-7804 Minor typo in Appendix B. hbck In Depth section of book (rajeshbabu)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1444929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Hsieh 2013-02-11 19:23:35 +00:00
parent b947807291
commit d7bcd1e0b6
1 changed files with 2 additions and 2 deletions

View File

@ -2773,7 +2773,7 @@ If you just want to know if some tables are corrupted, you can limit hbck to ide
in only specific tables. For example the following command would only attempt to check table
TableFoo and TableBar. The benefit is that hbck will run in less time.
<programlisting>
$ ./bin/hbase/ hbck TableFoo TableBar
$ ./bin/hbase hbck TableFoo TableBar
</programlisting>
</section>
<section><title>Inconsistencies</title>
@ -2906,7 +2906,7 @@ integrity options.
Finally, there are safeguards to limit repairs to only specific tables. For example the following
command would only attempt to check and repair table TableFoo and TableBar.
<programlisting>
$ ./bin/hbase/ hbck -repair TableFoo TableBar
$ ./bin/hbase hbck -repair TableFoo TableBar
</programlisting>
<section><title>Special cases: Meta is not properly assigned</title>
There are a few special cases that hbck can handle as well.