HBASE-16409 Addendum fixes the case where delimiter is not specified by user
This commit is contained in:
parent
44c9021d67
commit
3fd59b0ba9
|
@ -80,7 +80,7 @@ public class VerifyReplication extends Configured implements Tool {
|
|||
static int versions = -1;
|
||||
static String tableName = null;
|
||||
static String families = null;
|
||||
static String delimiter = null;
|
||||
static String delimiter = "";
|
||||
static String peerId = null;
|
||||
static String rowPrefixes = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue