HBASE-8191 Documentation is not giving the right class name for offline merges.

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1460210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-03-23 19:12:17 +00:00
parent 0b6546baed
commit 187654d17d
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ row10 c1 c2
<section xml:id="ops.regionmgt.merge">
<title>Merge</title>
<para>Merge is a utility that can merge adjoining regions in the same table (see org.apache.hadoop.hbase.util.Merge).</para>
<programlisting>$ bin/hbase org.apache.hbase.util.Merge &lt;tablename&gt; &lt;region1&gt; &lt;region2&gt;
<programlisting>$ bin/hbase org.apache.hadoop.hbase.util.Merge &lt;tablename&gt; &lt;region1&gt; &lt;region2&gt;
</programlisting>
<para>If you feel you have too many regions and want to consolidate them, Merge is the utility you need. Merge must
run be done when the cluster is down.