Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
When using Hive with Sentry, at the moment is not possible to delete a temporary tables without granting ALL privileges on database/table level.
Temporary tables are strongly bound to the session, and it is only visible/accessible to the user who owns the session, and the table exists until the session is not closed.
Since temporary tables only exists on session level, and they are not connected to any database, checking the privileges with Sentry is unnecessary.
Attachments
Issue Links
- is duplicated by
-
HIVE-20051 Skip authorization for temp tables
- Closed