HBASE-16409 Addendum fixes the case where delimiter is not specified by user

This commit is contained in:
tedyu 2016-08-25 11:53:49 -07:00
parent 44c9021d67
commit 3fd59b0ba9
1 changed files with 1 additions and 1 deletions

View File

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