From 749ed13c4abdce4b35352cc6ee0640b72cf42fb8 Mon Sep 17 00:00:00 2001 From: Gabor Bota Date: Tue, 27 Mar 2018 18:43:16 +0200 Subject: [PATCH] HBASE-20290 Typo in enable_table_replication error message --- .../org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java index 04cb5bf8c8..7d870f48e3 100644 --- a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java +++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java @@ -622,7 +622,7 @@ public class ReplicationAdmin implements Closeable { } else if (!peerHtd.equals(htd)) { throw new IllegalArgumentException("Table " + tableName.getNameAsString() + " exists in peer cluster " + repPeer.getId() - + ", but the table descriptors are not same when comapred with source cluster." + + ", but the table descriptors are not same when compared with source cluster." + " Thus can not enable the table's replication switch."); } } -- 2.14.3 (Apple Git-98)