Re: HBase error disabled security features are not available

2015-11-04 Thread Enis Söztutar
ase shell, getting this exception > > Posted the question is stack overflow in the below link > > > http://stackoverflow.com/questions/33496541/hbase-error-disabled-security-features-are-not-available > > > > On Wed, Nov 4, 2015 at 10:23 AM, Ted Yu <yuzhih...@gmail.co

RE: HBase error disabled security features are not available

2015-11-04 Thread kumar r
cket 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 > > > http://stackoverflow.com/questions/33496541/hbase-error-disabled-security-features-are-not-available >

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 http://stackoverflow.com/questions/33496541/hbase-error-disabled

HBase error disabled security features are not available

2015-11-03 Thread kumar r
Configured secure HBase-1.1.2 with Hadoop-2.7.1 on Windows. When i enable authorization referring Configuring HBase Authorization , getting *ERROR: DISABLED: Security features

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.