From 2ab731824f8accf64c1c97d66701bef3d20518a4 Mon Sep 17 00:00:00 2001 From: Sakthi Date: Wed, 25 Apr 2018 15:58:41 -0700 Subject: [PATCH] HBASE-20489 Updated Reference Guide that CLUSTER_KEY value is present on the Master UI info page. Signed-off-by: Sean Busbey --- src/main/asciidoc/_chapters/ops_mgt.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc index 0175ef71d60..06238e3c6c1 100644 --- a/src/main/asciidoc/_chapters/ops_mgt.adoc +++ b/src/main/asciidoc/_chapters/ops_mgt.adoc @@ -1499,7 +1499,7 @@ See <> add_peer :: 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 ::