we set the setting of "hbase.coprocessor.master.classes" with 4 classes before executing the plugin installer. and it resulted in wrong configurations after installation.
On Thu, Jun 29, 2017 at 10:04 AM, <[email protected]> wrote: > 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, > > > >
