Member since
02-24-2016
2
Posts
0
Kudos Received
0
Solutions
03-01-2016
02:15 AM
Hello Harsh, Many thanks for your reply ! Got it for the StorageBasedAuthorizationProvider. We already started to use Sentry and has some issues for sharing rights without "Synchronizing HDFS ACLs and Sentry Permissions". The fact we couldn't use impersonation anymore was blocking. I'm going to try the syncronizing feature and everything should go smoothly now. I hope 🙂 Cheers, Pierre
... View more
02-24-2016
06:50 AM
Hi, Hive has different authorization possibilities, and one of them is the StorageBasedAuthorizationProvider. But unfortunatly, it's bugged since 0.14. With this policy, the rights on the metastore are 'copying' the rights on the filesystem where the tables are stored (if you don't have the write rights on the filesystem, you can't drop the table). It's super easy to set up and use, compared to Sentry that need to set up a new service, plus create roles, privileges etc... Is there any way this patch could be backported ? Thanks in advanced, Pierre
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Sentry