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
ncipal > > Refer to http://hbase.apache.org/book.html for their meaning / sample > value. > > Please show the stack trace of the exception you got. > > Cheers > > On Tue, Nov 3, 2015 at 8:43 PM, kumar r <kumarc...@gmail.com> wrote: > > > Configured secure HBase-1

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: Command to get HBase table owner

2016-06-08 Thread kumar r
moved to ACLs for > > table permissions in place of an "owner" construct. > > > > -Dima > > > > > > On Wednesday, June 8, 2016, kumar r <kumarc...@gmail.com> wrote: > > > >> Hi, > >> > >> Is there any command to get c

Re: Command to get HBase table owner

2016-06-08 Thread kumar r
e moved to ACLs for > table permissions in place of an "owner" construct. > > -Dima > > On Wednesday, June 8, 2016, kumar r <kumarc...@gmail.com> wrote: > > > Hi, > > > > Is there any command to get complete description about hbase table such >

Command to get HBase table owner

2016-06-08 Thread kumar r
Hi, Is there any command to get complete description about hbase table such as owner, database, modified time, etc. In hive, i can get those information using desc formatted tablename; But in hbase desc 'tablename' shows size, version, replication_scope, etc. I want to get owner details of

HBase acl commands are too slow

2016-06-12 Thread kumar r
Hi, I have configured secure HBase-1.1.3. Hadoop version using 2.7.2. I have enabled authorization in HBase. When executing any authorization command like user_permission, grant, revoke, etc. Its getting more than 40 seconds to display the result. Below are hbase-site.xml configuration

Re: HBase acl commands are too slow

2016-06-14 Thread kumar r
rmine the cause. > > Cheers > > On Sun, Jun 12, 2016 at 10:19 PM, kumar r <kumarc...@gmail.com> wrote: > > > Hi, > > > > I have configured secure HBase-1.1.3. Hadoop version using 2.7.2. > > > > I have enabled authorization in HBase. > > > >

Re: HBase acl commands are too slow

2016-06-15 Thread kumar r
ng socket connection to server machine2/192.168.60.3:2181. Will > not attempt to authenticate using SASL (unknown error) > > It seems connection to zookeeper might have some issue. > Can you double check configuration ? > > On Mon, Jun 13, 2016 at 11:56 PM, kumar r <kumarc

Re: HBase acl commands are too slow

2016-06-17 Thread kumar r
dentified the cause. > > Can you outline the time range for the 30 second response so that I can > correlate with the log ? > > Is communication with zookeeper quorum working without noticeable delay ? > > Thanks > > On Fri, Jun 17, 2016 at 3:47 AM, kumar r <kumarc..

Re: HBase acl commands are too slow

2016-06-17 Thread kumar r
om> wrote: > Have you looked at http://hbase.apache.org/book.html#security ? > > I noticed that DEBUG logging was not on in the log you posted earlier. > Is it possible to turn on DEBUG logging and repeat the operation ? > > Thanks > > On Wed, Jun 15, 2016 at 2:12 AM,

Re: HBase thrift C# impersonation

2016-10-06 Thread kumar r
elp me to resolve the errors. Thanks. On Wed, Oct 5, 2016 at 2:50 PM, kumar r <kumarc...@gmail.com> wrote: > Hi Dima, > > Thanks for the update. Let me check further. > > On Wed, Oct 5, 2016 at 2:28 AM, Dima Spivak <dimaspi...@apache.org> wrote: > >> Hey Kuma

Re: HBase thrift C# impersonation

2016-10-05 Thread kumar r
that? > > 1. http://hbase.apache.org/book.html#security.gateway.thrift.doas > > -Dima > > On Tue, Oct 4, 2016 at 4:59 AM, kumar r <kumarc...@gmail.com> wrote: > > > Hi, > > > > I need example for C# HBase thrift with doAs header. > > > > First o

HBase thrift C# impersonation

2016-10-04 Thread kumar r
Hi, I need example for C# HBase thrift with doAs header. First of all, setting the below property isn't enough to enable authentication/impersonation? hbase.thrift.security.qop auth-conf After setting this property, i cannot access HBase via C# thrift. I need example to access

Re: HBase rest custom authentication

2016-11-03 Thread kumar r
rest.authentication.type doesn't accept class name. > > > > Can you tell us more about your Authentication Handler implementation ? > > > > Thanks > > > > On Wed, Nov 2, 2016 at 12:28 AM, kumar r <kumarc...@gmail.com> wrote: > > > > > I want to

HBase rest custom authentication

2016-11-02 Thread kumar r
I want to enable custom authentication for HBase rest server in a normal cluster (not secured) I have implemented custom authentication class by implementing Hadoop Authentication Handler I have set the property hbase.rest.authentication.type custom.class.name But still it didn't

HBase rest api not working for getting namespaces

2016-10-12 Thread kumar r
Hi, I have configured HBase rest service. Below API's are working properly /version/cluster /status/cluster / But get namespaces and creating new table is not working. 1. List namespace curl -vi -X GET \ -H "Accept: application/json" \ "http://example.com:8000/namespaces/; Exception:

Re: HBase rest api not working for getting namespaces

2016-10-14 Thread kumar r
Hi, Namespaces support available from HBase-1.2.0. But i am using HBase-1.1.5 version. On Wed, Oct 12, 2016 at 3:31 PM, kumar r <kumarc...@gmail.com> wrote: > Hi, > > I have configured HBase rest service. Below API's are working properly > > /version/cluster > /status

Re: HBase rest api not working for getting namespaces

2016-10-14 Thread kumar r
Hi, Namespaces support available from HBase-1.2.0. But i am using HBase-1.1.5 version. https://issues.apache.org/jira/browse/HBASE-14147 Thanks, Kumar On Fri, Oct 14, 2016 at 12:26 PM, kumar r <kumarc...@gmail.com> wrote: > Hi, > > Namespaces support available from HBase-1.2.0.

HBase rest service did not respond in a secure cluster

2016-10-10 Thread kumar r
Hi, HBase Version 1.1.5 OS - Windows I have enabled HBase rest service with SSL and Proxy. When accessing HBase rest url, https://machine1:8082/ it returns nothing and keep on loading. hbase.rest.keytab.file thrift.keytab

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

2016-10-11 Thread kumar r
%3E Thanks On Tue, Oct 11, 2016 at 1:36 PM, Ted Yu <yuzhih...@gmail.com> wrote: > For the first config parameter, why is thrift.keytab there ? > > > On Oct 10, 2016, at 10:24 PM, kumar r <kumarc...@gmail.com> wrote: > > > > Hi, > > > > > &g