HBASE-20040 Fixed: Master UI should include "Cluster Key" needed to use the cluster as a replication sink

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Sakthi 2018-04-19 16:35:32 -07:00 committed by Sean Busbey
parent 3fc2c3bf34
commit 20e2ac132e
1 changed files with 5 additions and 0 deletions

View File

@ -331,6 +331,11 @@ AssignmentManager assignmentManager = master.getAssignmentManager();
<td> <% master.getZooKeeper().getZNodePaths().baseZNode %></td>
<td>Root node of this cluster in ZK.</td>
</tr>
<tr>
<td>Cluster Key</td>
<td> <% formatZKString() %>:<% master.getZooKeeper().getZNodePaths().baseZNode %></td>
<td>Key to add this cluster as a peer for replication. Use 'help "add_peer"' in the shell for details.</td>
</tr>
<tr>
<td>HBase Root Directory</td>
<td><% FSUtils.getRootDir(master.getConfiguration()).toString() %></td>