HBASE-7558 Client not able to access /hbase/unassigned in secure cluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96c32807dd
commit
2e2eec2d06
|
@ -911,6 +911,7 @@ public class ZKUtil {
|
|||
(node.equals(zkw.clusterIdZNode) == true) ||
|
||||
(node.equals(zkw.rsZNode) == true) ||
|
||||
(node.equals(zkw.backupMasterAddressesZNode) == true) ||
|
||||
(node.startsWith(zkw.assignmentZNode) == true) ||
|
||||
(node.startsWith(zkw.tableZNode) == true)) {
|
||||
return ZooKeeperWatcher.CREATOR_ALL_AND_WORLD_READABLE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue