From 498e7dd787a9489011fdae194e8e8b1429f73639 Mon Sep 17 00:00:00 2001 From: ffernandez92 Date: Fri, 29 Jun 2018 12:20:07 +0200 Subject: [PATCH] HBASE-20766. Typo "remove cluster" error It was a trivial ypo error on line 355 "remove cluster" instead of "remote cluster. Fix it. --- .../hadoop/hbase/mapreduce/replication/VerifyReplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java b/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java index 85eebc50bdc8..37bb412b07c7 100644 --- a/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java +++ b/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java @@ -352,7 +352,7 @@ public boolean isAborted() { return Pair.newPair(peerConfig, ReplicationUtils.getPeerClusterConfiguration(peerConfig, conf)); } catch (ReplicationException e) { - throw new IOException("An error occurred while trying to connect to the remove peer cluster", + throw new IOException("An error occurred while trying to connect to the remote peer cluster", e); } finally { if (localZKW != null) {