You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/09/26 21:57:22 UTC

[2/3] hbase git commit: HBASE-20766 Typo in VerifyReplication error.

HBASE-20766 Typo in VerifyReplication error.

closes #80.

Signed-off-by: Sean Busbey <bu...@apache.org>
(cherry picked from commit 8f8d57177952a7dc8f3a4a6e6ad5d4f3d51744c0)


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

Branch: refs/heads/branch-2
Commit: 12ea0cf373c064107f8bdac305aca8ec25ece9cb
Parents: 38d6829
Author: ffernandez92 <ff...@gmail.com>
Authored: Fri Jun 29 12:20:07 2018 +0200
Committer: Sean Busbey <bu...@apache.org>
Committed: Wed Sep 26 14:55:21 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/12ea0cf3/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 85eebc5..37bb412 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) {