HBASE-15548 SyncTable: sourceHashDir is supposed to be optional but won't work without (Dave Latham)
This commit is contained in:
parent
87f1af842a
commit
5851ad0230
@ -684,7 +684,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…
x
Reference in New Issue
Block a user