HBASE-10194 [Usability]: Instructions in CompactionTool no longer accurate because of namespaces
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c2315c8304
commit
3c24b6a24d
|
@ -456,10 +456,10 @@ public class CompactionTool extends Configured implements Tool {
|
|||
System.err.println();
|
||||
System.err.println("Examples:");
|
||||
System.err.println(" To compact the full 'TestTable' using MapReduce:");
|
||||
System.err.println(" $ bin/hbase " + this.getClass().getName() + " -mapred hdfs:///hbase/TestTable");
|
||||
System.err.println(" $ bin/hbase " + this.getClass().getName() + " -mapred hdfs:///hbase/data/default/TestTable");
|
||||
System.err.println();
|
||||
System.err.println(" To compact column family 'x' of the table 'TestTable' region 'abc':");
|
||||
System.err.println(" $ bin/hbase " + this.getClass().getName() + " hdfs:///hbase/TestTable/abc/x");
|
||||
System.err.println(" $ bin/hbase " + this.getClass().getName() + " hdfs:///hbase/data/default/TestTable/abc/x");
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
|
Loading…
Reference in New Issue