Member since
12-11-2016
2
Posts
0
Kudos Received
0
Solutions
02-07-2017
11:39 AM
We have setup MIT Kerberos and AD integration. I'm using user oracle with a kerberos ticket that permits me to login to HUE. Initially the only admin users on sentry.site.xml were hive,impala,hue,solr and kafka. As I cannot login as any of them I've added Oracle user to the admins and was able to login and also see the databases and query them from Hue. I expected I'll be able to grant privileges on the objects, I did create table av_test on the default database, and using Hue->Security->Hive tables, I assigned privileges to a group or a user but failed on all cases with error: accessControlException: Permission denied. user=oracle is not the owner of the inode=av_test Also I've run: grant all on server server1 to role admin_role grant role admin_role to group dbadmin User oracle has assigned superuser and belong to group dbadmin But still granting privileges fail with the same error. Which is the way to grant privileges when Sentry is enabled? Thanks a lot, Alejandro
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Sentry
-
Cloudera Hue