Enable Phoenix ACLs

To enable Phoenix ACLs using Cloudera Manager, edit the HBase Service advanced configuration snippet for the cluster.

  1. Go to the HBase service.
  2. Click Configuration.
  3. Search for the property HBase Service Advanced Configuration Snippet (Safety Valve) for hbase-site.xml.
  4. Paste your configuration into the Value field and save your changes.
    <property>
        <name>phoenix.acls.enabled</name>
        <value>true</value>
      </property>
    
  5. Restart your cluster for the changes to take effect.