Re: How does this work

2015-12-24 Thread Harsh J
Hue and Beeline access your warehouse data and metadata via the HiveServer2 APIs. The HiveServer2 service runs as the 'hive' user. On Wed, Dec 23, 2015 at 9:42 PM Kumar Jayapal wrote: > Hi, > > My environment has Kerbros and Senry for authentication and authorisation. > > we have the following

Re: How does this work

2015-12-23 Thread Ranadip Chatterjee
Jayapal, You can check the effective access permissions on that location using 'hadoop fs -getfacl '. Assuming sentry-hdfs synchronization is enabled, sentry privileges will be reflected in the hdfs acls. On 23 Dec 2015 16:12, "Kumar Jayapal" wrote: > Hi, > > My environment has Kerbros and Senr

How does this work

2015-12-23 Thread Kumar Jayapal
Hi, My environment has Kerbros and Senry for authentication and authorisation. we have the following permission on drwxrwx--- - hive hive */user/hive/warehouse* Now When I login through Hue/Beeline how am able to acccess the data inside this directory. When I dont belong to hive gr