Re: HBase acl commands are too slow

2016-10-11 Thread Ted Yu
I recently worked on HBASE-16773 where 20 PriorityRpcServer handlers were all occupied accessing acl table. Can you take a few jstack of the server hosting acl table when acl command was executing ? Pastebin one or two stack trace. Please also check server log where acl table is hosted. Thanks

HBase acl commands are too slow

2016-10-11 Thread mathes waran
Hi , I have configured HBase-1.1.3 and Hadoop-2.7.2 with Kerberos security. I have enabled authorization for HBase. When executing any authorization command like user_permission, grant, revoke, etc. Its getting more than 30 seconds to display the result. Below are hbase-site.xml configuration

Re: HBase acl commands are too slow

2016-06-18 Thread Ted Yu
; > > > > > hbase.master >> > > > > > > > IP:6 >> > > > > > > > >> > > > > > > > >> > > > > > > > hbase.rootdir >> > > > > > > >

Re: HBase acl commands are too slow

2016-06-17 Thread kumar r
t; > > > > > > > > > > > > > > > > > hbase.zookeeper.quorum > > > > > > > > IP1:2181,IP2:2181,IP3:2181 > > > > > > > > > > > > > > > > > > > > > > > > hbase.master.port > > > > > > > > 6 > > > > > > > > > > > > > > > > > > > > > > > > hbase.master.info.port > > > > > > > > 60010 > > > > > > > > > > > > > > > > > > > > > > > > hbase.regionserver.port > > > > > > > > 60020 > > > > > > > > > > > > > > > > > > > > > > > > hbase.regionserver.info.port > > > > > > > > 60030 > > > > > > > > > > > > > > > > > > > > > > > > hbase.security.authentication > > > > > > > > KERBEROS > > > > > > > > > > > > > > > > > > > > > > > > hbase.master.keytab.file > > > > > > > > masterkeytab > > > > > > > > > > > > > > > > > > > > > > > > hbase.regionserver.keytab.file > > > > > > > > regionserverkeytab > > > > > > > > > > > > > > > > > > > > > > > > hbase.master.kerberos.principal > > > > > > > > masterprincipal > > > > > > > > > > > > > > > > > > > > > > > > hbase.regionserver.kerberos.principal > > > > > > > > regionserverprincipal > > > > > > > > > > > > > > > > > > > > > > > > hbase.rpc.engine > > > > > > > > > org.apache.hadoop.hbase.ipc.SecureRpcEngine > > > > > > > > > > > > > > > > > > > > > > > > hbase.ssl.enabled > > > > > > > > true > > > > > > > > > > > > > > > > > > > > > > > > hbase.superuser > > > > > > > > @HadoopUser > > > > > > > > > > > > > > > > > > > > > > > > hbase.security.authorization > > > > > > > > true > > > > > > > > > > > > > > > > > > > > > > > > hbase.coprocessor.master.classes > > > > > > > > > > > > > > > > > > > > > > org.apache.hadoop.hbase.security.access.AccessController > > > > > > > > > > > > > > > > > > > > > > > > hbase.coprocessor.region.classes > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.AccessController > > > > > > > > > > > > > > > > > > > > > > > > Find my stack overflow question here > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > http://stackoverflow.com/questions/37782043/hbase-acl-commands-are-too-slow > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > > > Kumar > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: HBase acl commands are too slow

2016-06-17 Thread Ted Yu
gt; > > > > hbase.zookeeper.quorum > > > > > > > IP1:2181,IP2:2181,IP3:2181 > > > > > > > > > > > > > > > > > > > > > hbase.master.port > > > > > > > 6 > > > > > > > > > > > > > > > > > > > >

Re: HBase acl commands are too slow

2016-06-17 Thread kumar r
gt; > > hbase.regionserver.port > > > > > > 60020 > > > > > > > > > > > > > > > > > > hbase.regionserver.info.port > > > > > > 60030 > > > > > > > > > > > > > > > > > > hbase.security.authentication > > > > > > KERBEROS > > > > > > > > > > > > > > > > > > hbase.master.keytab.file > > > > > > masterkeytab > > > > > > > > > > > > > > > > > > hbase.regionserver.keytab.file > > > > > > regionserverkeytab > > > > > > > > > > > > > > > > > > hbase.master.kerberos.principal > > > > > > masterprincipal > > > > > > > > > > > > > > > > > > hbase.regionserver.kerberos.principal > > > > > > regionserverprincipal > > > > > > > > > > > > > > > > > > hbase.rpc.engine > > > > > > org.apache.hadoop.hbase.ipc.SecureRpcEngine > > > > > > > > > > > > > > > > > > hbase.ssl.enabled > > > > > > true > > > > > > > > > > > > > > > > > > hbase.superuser > > > > > > @HadoopUser > > > > > > > > > > > > > > > > > > hbase.security.authorization > > > > > > true > > > > > > > > > > > > > > > > > > hbase.coprocessor.master.classes > > > > > > > > > > > > > > org.apache.hadoop.hbase.security.access.AccessController > > > > > > > > > > > > > > > > > > hbase.coprocessor.region.classes > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.AccessController > > > > > > > > > > > > > > > > > > Find my stack overflow question here > > > > > > > > > > > > > > > > > > > > > http://stackoverflow.com/questions/37782043/hbase-acl-commands-are-too-slow > > > > > > > > > > > > Thanks, > > > > > > > > > > > > Kumar > > > > > > > > > > > > > > > > > > > > >

Re: HBase acl commands are too slow

2016-06-15 Thread Ted Yu
y.authentication > > > > > KERBEROS > > > > > > > > > > > > > > > hbase.master.keytab.file > > > > > masterkeytab > > > > > > > > > > > > > > > hbase.regionserver.keytab.file > > > > > regionserverkeytab > > > > > > > > > > > > > > > hbase.master.kerberos.principal > > > > > masterprincipal > > > > > > > > > > > > > > > hbase.regionserver.kerberos.principal > > > > > regionserverprincipal > > > > > > > > > > > > > > > hbase.rpc.engine > > > > > org.apache.hadoop.hbase.ipc.SecureRpcEngine > > > > > > > > > > > > > > > hbase.ssl.enabled > > > > > true > > > > > > > > > > > > > > > hbase.superuser > > > > > @HadoopUser > > > > > > > > > > > > > > > hbase.security.authorization > > > > > true > > > > > > > > > > > > > > > hbase.coprocessor.master.classes > > > > > > > > > > > org.apache.hadoop.hbase.security.access.AccessController > > > > > > > > > > > > > > > hbase.coprocessor.region.classes > > > > > > > > > > > > > > > > > > > > org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.AccessController > > > > > > > > > > > > > > > Find my stack overflow question here > > > > > > > > > > > > > > > http://stackoverflow.com/questions/37782043/hbase-acl-commands-are-too-slow > > > > > > > > > > Thanks, > > > > > > > > > > Kumar > > > > > > > > > > > > > > >

Re: HBase acl commands are too slow

2016-06-15 Thread kumar r
ytab.file > > > > regionserverkeytab > > > > > > > > > > > > hbase.master.kerberos.principal > > > > masterprincipal > > > > > > > > > > > > hbase.regionserver.kerberos.principal > > > > regionserverprincipal > > > > > > > > > > > > hbase.rpc.engine > > > > org.apache.hadoop.hbase.ipc.SecureRpcEngine > > > > > > > > > > > > hbase.ssl.enabled > > > > true > > > > > > > > > > > > hbase.superuser > > > > @HadoopUser > > > > > > > > > > > > hbase.security.authorization > > > > true > > > > > > > > > > > > hbase.coprocessor.master.classes > > > > > > > > org.apache.hadoop.hbase.security.access.AccessController > > > > > > > > > > > > hbase.coprocessor.region.classes > > > > > > > > > > > > > > org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.AccessController > > > > > > > > > > > > Find my stack overflow question here > > > > > > > > > > http://stackoverflow.com/questions/37782043/hbase-acl-commands-are-too-slow > > > > > > > > Thanks, > > > > > > > > Kumar > > > > > > > > > >

Re: HBase acl commands are too slow

2016-06-14 Thread Ted Yu
t; > > > > > hbase.regionserver.kerberos.principal > > > regionserverprincipal > > > > > > > > > hbase.rpc.engine > > > org.apache.hadoop.hbase.ipc.SecureRpcEngine > > > > > > > > > hbase.ssl.enabled > > > true > > > > > > > > > hbase.superuser > > > @HadoopUser > > > > > > > > > hbase.security.authorization > > > true > > > > > > > > > hbase.coprocessor.master.classes > > > > > org.apache.hadoop.hbase.security.access.AccessController > > > > > > > > > hbase.coprocessor.region.classes > > > > > > > > > org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.AccessController > > > > > > > > > Find my stack overflow question here > > > > > > http://stackoverflow.com/questions/37782043/hbase-acl-commands-are-too-slow > > > > > > Thanks, > > > > > > Kumar > > > > > >

Re: HBase acl commands are too slow

2016-06-14 Thread kumar r
ipc.SecureRpcEngine > > > > > > hbase.ssl.enabled > > true > > > > > > hbase.superuser > > @HadoopUser > > > > > > hbase.security.authorization > > true > > > > > > hbase.coprocessor.master.classes > > > org.apache.hadoop.hbase.security.access.AccessController > > > > > > hbase.coprocessor.region.classes > > > > > org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.AccessController > > > > > > Find my stack overflow question here > > > http://stackoverflow.com/questions/37782043/hbase-acl-commands-are-too-slow > > > > Thanks, > > > > Kumar > > >

Re: HBase acl commands are too slow

2016-06-13 Thread Ted Yu
t; hbase.coprocessor.master.classes > org.apache.hadoop.hbase.security.access.AccessController > > > hbase.coprocessor.region.classes > > org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.AccessController > > > Find my stack overflow question here > http://stackoverflow.com/questions/37782043/hbase-acl-commands-are-too-slow > > Thanks, > > Kumar >

HBase acl commands are too slow

2016-06-12 Thread kumar r
org.apache.hadoop.hbase.security.access.AccessController hbase.coprocessor.region.classes org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.AccessController Find my stack overflow question here http://stackoverflow.com/questions/37782043/hbase-acl-commands-are-too-slow Thanks, Kumar