Repository: hbase
Updated Branches:
  refs/heads/branch-1 823b79000 -> 04c732e9d
  refs/heads/branch-2 38d6829a6 -> 12ea0cf37
  refs/heads/master 1154f8123 -> 8f8d57177


HBASE-20766 Typo in VerifyReplication error.

closes #80.

Signed-off-by: Sean Busbey <bus...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8f8d5717
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8f8d5717
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8f8d5717

Branch: refs/heads/master
Commit: 8f8d57177952a7dc8f3a4a6e6ad5d4f3d51744c0
Parents: 1154f81
Author: ffernandez92 <ffernandez....@gmail.com>
Authored: Fri Jun 29 12:20:07 2018 +0200
Committer: Sean Busbey <bus...@apache.org>
Committed: Wed Sep 26 14:52:28 2018 -0700

----------------------------------------------------------------------
 .../hadoop/hbase/mapreduce/replication/VerifyReplication.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/8f8d5717/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java
----------------------------------------------------------------------
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 d1b5c60..d5f8215 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 class VerifyReplication extends Configured 
implements Tool {
       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) {

Reply via email to