Add note on Compaction Tool

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-08-20 22:15:32 +00:00
parent 422e98350f
commit 9ed698b131
1 changed files with 14 additions and 8 deletions

View File

@ -315,6 +315,12 @@ row10 c1 c2
for how to build the optional library and have it run on startup.
</para>
</section>
<section xml:id="compaction.tool">
<title>Offline Compaction Tool</title>
<para>See the usage for the <link xlink:href="http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/regionserver/CompactionTool.html">Compaction Tool</link>.
Run it like this <command>./bin/hbase org.apache.hadoop.hbase.regionserver.CompactionTool</command>
</para>
</section>
</section> <!-- tools -->