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

Stack Overflow Question

2016-10-11 Thread mathes waran
HBase acl commands are too slow http://stackoverflow.com/q/37782043/5680444?sem=2

Re: HBase rest service did not respond in a secure cluster

2016-10-11 Thread kumar r
Hi Ted, I have reused the same keytab set for HBase thrift server. Actually i cannot access HBase from C# thrift client. So trying to setup HBase rest service.

Re: HBase rest service did not respond in a secure cluster

2016-10-11 Thread Ted Yu
For the first config parameter, why is thrift.keytab there ? > On Oct 10, 2016, at 10:24 PM, kumar r wrote: > > Hi, > > > HBase Version 1.1.5 > OS - Windows > > I have enabled HBase rest service with SSL and Proxy. > > When accessing HBase rest url, > >

Re: HBase rest service did not respond in a secure cluster

2016-10-11 Thread Ted Yu
For hbase.rest.keytab.file, why is the value thrift.keytab ? Is it shared key tab ? On Mon, Oct 10, 2016 at 10:24 PM, kumar r wrote: > Hi, > > > HBase Version 1.1.5 > OS - Windows > > I have enabled HBase rest service with SSL and Proxy. > > When accessing HBase rest url, >