From 3fd59b0ba99b54cc6943da43fb0ea1cc6ca02199 Mon Sep 17 00:00:00 2001 From: tedyu Date: Thu, 25 Aug 2016 11:53:49 -0700 Subject: [PATCH] HBASE-16409 Addendum fixes the case where delimiter is not specified by user --- .../hadoop/hbase/mapreduce/replication/VerifyReplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java index c0aa7459766..c4dd3ad09b4 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java @@ -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;