HBASE-20766 Typo in VerifyReplication error.
closes #80. Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
1154f81230
commit
8f8d571779
|
@ -352,7 +352,7 @@ public class VerifyReplication extends Configured implements Tool {
|
||||||
return Pair.newPair(peerConfig,
|
return Pair.newPair(peerConfig,
|
||||||
ReplicationUtils.getPeerClusterConfiguration(peerConfig, conf));
|
ReplicationUtils.getPeerClusterConfiguration(peerConfig, conf));
|
||||||
} catch (ReplicationException e) {
|
} 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);
|
e);
|
||||||
} finally {
|
} finally {
|
||||||
if (localZKW != null) {
|
if (localZKW != null) {
|
||||||
|
|
Loading…
Reference in New Issue