Repository: hbase Updated Branches: refs/heads/branch-1.3 c74f9d2e5 -> 15dbb2d29
HBASE-15548 SyncTable: sourceHashDir is supposed to be optional but won't work without (Dave Latham) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c91636b2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c91636b2 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c91636b2 Branch: refs/heads/branch-1.3 Commit: c91636b2d04bc6008fd16c7aa4b6db4f194c9fe8 Parents: c74f9d2 Author: tedyu <yuzhih...@gmail.com> Authored: Mon Mar 28 16:53:27 2016 -0700 Committer: Sean Busbey <bus...@apache.org> Committed: Wed Jul 19 10:57:01 2017 -0500 ---------------------------------------------------------------------- .../src/main/java/org/apache/hadoop/hbase/mapreduce/SyncTable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/c91636b2/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/SyncTable.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/SyncTable.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/SyncTable.java index 23fd10e..7adf200 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/SyncTable.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/SyncTable.java @@ -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();