Hi Wenxing Zheng
These configurations are correct after you installed ranger hbase plugin. These configurations were updated automatically by hbase plugin installer when you installed the ranger hbase plugin. Jianhua Peng 原始邮件 发件人: <[email protected]> 收件人:彭建华10069681 抄送人: <[email protected]> 日 期 :2017年06月29日 09:32 主 题 :Re: Re: Ranger HBase plugin doesn't work 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,
