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