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:
parent
0b6546baed
commit
187654d17d
|
@ -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 <tablename> <region1> <region2>
|
||||
<programlisting>$ bin/hbase org.apache.hadoop.hbase.util.Merge <tablename> <region1> <region2>
|
||||
</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.
|
||||
|
|
Loading…
Reference in New Issue