HBASE-20489 Updated Reference Guide that CLUSTER_KEY value is present on the 
Master UI info page.

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/2ab73182
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2ab73182
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2ab73182

Branch: refs/heads/master
Commit: 2ab731824f8accf64c1c97d66701bef3d20518a4
Parents: f761689
Author: Sakthi <jatsak...@cloudera.com>
Authored: Wed Apr 25 15:58:41 2018 -0700
Committer: Sean Busbey <bus...@apache.org>
Committed: Thu Apr 26 06:44:16 2018 -0500

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/ops_mgt.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/2ab73182/src/main/asciidoc/_chapters/ops_mgt.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc 
b/src/main/asciidoc/_chapters/ops_mgt.adoc
index 0175ef7..06238e3 100644
--- a/src/main/asciidoc/_chapters/ops_mgt.adoc
+++ b/src/main/asciidoc/_chapters/ops_mgt.adoc
@@ -1499,7 +1499,7 @@ See <<Serial Replication,Serial Replication>>
 add_peer <ID> <CLUSTER_KEY>::
   Adds a replication relationship between two clusters. +
   * ID -- a unique string, which must not contain a hyphen.
-  * CLUSTER_KEY: composed using the following template, with appropriate 
place-holders: 
`hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent`
+  * CLUSTER_KEY: composed using the following template, with appropriate 
place-holders: 
`hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent`.
 This value can be found on the Master UI info page.
   * STATE(optional): ENABLED or DISABLED, default value is ENABLED
 list_peers:: list all replication relationships known by this cluster
 enable_peer <ID>::

Reply via email to