Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.12.0, 0.13.0
-
None
Description
The case with following settings is valid but does not work correctly in current HS2:
==
hive.server2.authentication=NONE (or LDAP)
hive.server2.enable.doAs= true
hive.metastore.sasl.enabled=false
hive.metastore.execute.setugi=true
==
Ideally, HS2 is able to impersonate the logged in user (from Beeline, or JDBC application) and create DBs/Tables with user's ownership.
Attachments
Attachments
Issue Links
- depends upon
-
HIVE-7807 Refer to umask property using FsPermission.UMASK_LABEL.
- Closed
- is related to
-
HIVE-6312 doAs with plain sasl auth should be session aware
- Resolved
- relates to
-
HIVE-7890 SessionState creates HMS Client while not impersonating
- Closed
-
HIVE-12188 DoAs does not work properly in non-kerberos secured HS2
- Closed
- links to