[ANNOUNCE] Apache Hive 2.3.2 Released

2017-11-15 Thread Sahil Takiar
The Apache Hive team is proud to announce the release of Apache Hive version 2.3.2. The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage. Built on top of Apache Hadoop (TM), it provides, among others: * Tools to enable easy

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