HBASE-15548 SyncTable: sourceHashDir is supposed to be optional but won't work without (Dave Latham)

This commit is contained in:
tedyu 2016-03-28 16:52:44 -07:00
parent c96b642f15
commit 7793bc54c2
1 changed files with 1 additions and 1 deletions

View File

@ -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();