HBASE-15548 SyncTable: sourceHashDir is supposed to be optional but won't work without (Dave Latham)
This commit is contained in:
parent
c96b642f15
commit
7793bc54c2
|
@ -685,7 +685,7 @@ public class SyncTable extends Configured implements Tool {
|
|||
System.err.println();
|
||||
System.err.println("Args:");
|
||||
System.err.println(" sourcehashdir path to HashTable output dir for source table");
|
||||
System.err.println(" if not specified, then all data will be scanned");
|
||||
System.err.println(" (see org.apache.hadoop.hbase.mapreduce.HashTable)");
|
||||
System.err.println(" sourcetable Name of the source table to sync from");
|
||||
System.err.println(" targettable Name of the target table to sync to");
|
||||
System.err.println();
|
||||
|
|
Loading…
Reference in New Issue