Reset ZNode ACLs
If you have a kerberized cluster, you manually have to reset the ZNode ACLs after upgrading from HDP to CDP.
- Log into Cloudera Manager UI.
-
Set the
-Dzookeeper.skipACL
property toyes
.- Navigate to .
- Find the Java Configuration Options for ZooKeeper Server property.
-
Add the following setting:
-Dzookeeper.skipACL=yes
- Click Save.
- Restart the ZooKeeper service.
- Select the YARN service.
- Click Actions.
- Select the Reset ACLs on YARN Zookeeper nodes action.
-
After the command is executed, remove the
-Dzookeeper.skipACL
property:- Navigate to .
- Find the Java Configuration Options for ZooKeeper Server property.
-
Remove the following setting:
-Dzookeeper.skipACL=yes
- Click Save.
- Restart the ZooKeeper service.