Dear all,

We found the issue days ago. The root cause was that we have set the
following 2 configurations with other values instead of the one below in
HBASE according to some manuals:
    <property>
        <name>hbase.coprocessor.master.classes</name>

<value>org.apache.ranger.authorization.hbase.RangerAuthorizationCoprocessor</value>
    </property>
    <property>
        <name>hbase.coprocessor.region.classes</name>

<value>org.apache.ranger.authorization.hbase.RangerAuthorizationCoprocessor</value>
    </property>

It works now.
Thanks,

Reply via email to