Re: HBase error disabled security features are not available

2015-11-04 Thread Enis Söztutar
You should also configure authentication set to kerberos. Enis On Tue, Nov 3, 2015 at 9:00 PM, kumar r wrote: > Yes I have set all this property, > > I got user ticket using kinit command and when trying to run *user_permission > or grant *command in hbase shell, getting

RE: HBase error disabled security features are not available

2015-11-04 Thread kumar r
pache.org> Subject: Re: HBase error disabled security features are not available You should also configure authentication set to kerberos. Enis On Tue, Nov 3, 2015 at 9:00 PM, kumar r <kumarc...@gmail.com> wrote: > Yes I have set all this property, > > I got user ti

Re: HBase error disabled security features are not available

2015-11-03 Thread kumar r
Yes I have set all this property, I got user ticket using kinit command and when trying to run *user_permission or grant *command in hbase shell, getting this exception Posted the question is stack overflow in the below link

Re: HBase error disabled security features are not available

2015-11-03 Thread Ted Yu
Have you set the following config ? hbase.master.keytab.file hbase.master.kerberos.principal hbase.regionserver.keytab.file hbase.regionserver.kerberos.principal Refer to http://hbase.apache.org/book.html for their meaning / sample value. Please show the stack trace of the exception you got.