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:
parent
422e98350f
commit
9ed698b131
|
@ -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 -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue