Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
user hive/host1 is not allowed to impersonate sentry/host2
Labels:
- Labels:
-
Apache Sentry
-
Kerberos
Rising Star
Created on ‎02-13-2019 08:22 AM - edited ‎09-16-2022 07:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
In my kerberized and Sentry-protected CDH, I started getting the following errors on hive metastore:
Caused by: org.apache.hadoop.security.authorize.AuthorizationException: User: hive/master.hadoop.local@HADOOP.LOCAL is not allowed to impersonate sentry/worker1.hadoop.local@HADOOP.LOCAL
In core-site.xml I have:
hadoop.proxyuser.hive.groups=* hadoop.proxyuser.hive.users=*
The error started after I was playing around with LDAP integration, though I rollback my configurations to the previous no-LDAP state. I am trying to figure out what I missed.
1 ACCEPTED SOLUTION
Rising Star
Created ‎02-13-2019 08:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1 REPLY 1
Rising Star
Created ‎02-13-2019 08:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
core-site.xml had empty values not *.
No issue.
