Re: Hive SQL based authorization don't have support for group

2016-05-12 Thread kumar r
Thanks for the information. On Thu, May 12, 2016 at 10:39 PM, Alan Gates wrote: > By group here I assume you mean posix style file group (from HDFS)? No, > there isn’t any connection right now. We’d like to be able to pick up > groups from HDFS and define those as roles

Re: Hive SQL based authorization don't have support for group

2016-05-12 Thread Alan Gates
By group here I assume you mean posix style file group (from HDFS)? No, there isn’t any connection right now. We’d like to be able to pick up groups from HDFS and define those as roles in Hive, but we haven’t added that feature. You’ll need to define a role that includes the members of that

Hive SQL based authorization don't have support for group

2016-05-12 Thread kumar r
Hi, I have configured hive-1.2.1 with Hadoop-2.7.2. I have enabled SQL standard based authorization. I can give permission for user or roles. i cannot find any option for groups. Is there any feature available for group permission on Hive SQL standard based authorization? When i am trying to