Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.13.0
-
None
-
None
Description
With the change in HIVE-6800, HadoopShimsSecure. authorizeProxyAccess function calls ProxyUsers.refreshSuperUserGroupsConfiguration(conf) every time.
ProxyUsers.refreshSuperUserGroupsConfiguration(conf) applies regex on all the params in hive configuration object, but this configuration object can have several hundreds of params. It is better to do this only once in hiveserver2.
Note that this code is used only when proxy user feature is used in hiveserver2.
Attachments
Issue Links
- relates to
-
HIVE-6800 HiveServer2 is not passing proxy user setting through hive-site
- Resolved