Re: Issues with hive storage based authorization

2017-11-15 Thread Vijay Toshniwal
We are looking for database level access for user and group. A group of users should only have write access to a particular database and read access to some. They should not be able to create databases at there end. I did tried sentry however facing some compatibility issues it seems. My hive vers

Re: Issues with hive storage based authorization

2017-11-15 Thread Jörn Franke
What kind of access do you need for a user? From a distance it is quiet difficult to judge, because we do not have all information and the Kerberos setup can be rather tricky (if not using a Hadoop distribution facilitating it). Usually fine granular access is supported by using Apache Ranger o

Re: Issues with hive storage based authorization

2017-11-15 Thread Vijay Toshniwal
Hi , As per the suggestion I did kerberized the cluster however getting the same issue. Any user after authenticating using a keytab can go and create databases. One thing I observer was the dfs.permissions.enabled in hdfs-site.xml set to false. After setting it to true a user with required privi

Re: Issues with hive storage based authorization

2017-11-09 Thread Jörn Franke
Then you need to kerberize it to support what you want > On 9. Nov 2017, at 09:18, Vijay Toshniwal wrote: > > No its not. > > Thanks, > Vijay > >> On Thu, Nov 9, 2017 at 1:09 PM, Jörn Franke wrote: >> Is your Hadoop cluster kerberized? >> >>> On 9. Nov 2017, at 06:57, Vijay Toshniwal wrote

Re: Issues with hive storage based authorization

2017-11-09 Thread Vijay Toshniwal
No its not. Thanks, Vijay On Thu, Nov 9, 2017 at 1:09 PM, Jörn Franke wrote: > Is your Hadoop cluster kerberized? > > On 9. Nov 2017, at 06:57, Vijay Toshniwal > wrote: > > Hi Team, > > > > I am facing issues while configuring hive storage based authorization. I > followed the steps mentioned

Re: Issues with hive storage based authorization

2017-11-08 Thread Jörn Franke
Is your Hadoop cluster kerberized? > On 9. Nov 2017, at 06:57, Vijay Toshniwal wrote: > > Hi Team, > > > > I am facing issues while configuring hive storage based authorization. I > followed the steps mentioned in > https://cwiki.apache.org/confluence/display/Hive/Storage+Based+Authorizati

Issues with hive storage based authorization

2017-11-08 Thread Vijay Toshniwal
Hi Team, I am facing issues while configuring hive storage based authorization. I followed the steps mentioned in https://cwiki.apache.org/ confluence/display/Hive/Storage+Based+Authorization+in+the+Metastore+Server however still any user can create database in hive (using beeline and cli) at wi