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 Al Pivonka
Sentry sets up acls (access control list) on those directies, depending on who you granted access to when you established the tables location. Be careful to remove grant permissions when you drop the table or sentry will enforce the acls on the directory tree. Hope this helps On Dec 23, 2015 11:1