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

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Sakthi 2018-04-25 15:58:41 -07:00 committed by Sean Busbey
parent f761689136
commit 2ab731824f
1 changed files with 1 additions and 1 deletions

View File

@ -1499,7 +1499,7 @@ See <<Serial Replication,Serial Replication>>
add_peer <ID> <CLUSTER_KEY>:: add_peer <ID> <CLUSTER_KEY>::
Adds a replication relationship between two clusters. + Adds a replication relationship between two clusters. +
* ID -- a unique string, which must not contain a hyphen. * 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 * STATE(optional): ENABLED or DISABLED, default value is ENABLED
list_peers:: list all replication relationships known by this cluster list_peers:: list all replication relationships known by this cluster
enable_peer <ID>:: enable_peer <ID>::