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

This commit is contained in:
tedyu 2016-08-25 11:54:42 -07:00
parent 86d570b959
commit c78a5fd650

View File

@ -79,7 +79,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;