Xiaoyu Yao created HIVE-20759:
---------------------------------
Summary: hive.server2.enable.doAs=false is not honored
Key: HIVE-20759
URL: https://issues.apache.org/jira/browse/HIVE-20759
Project: Hive
Issue Type: Bug
Reporter: Xiaoyu Yao
During recent Ozone test, we found that Hive proxy user was not setup properly.
When hive.server2.enable.doAs=false, Hive still send a proxy user for
FileSystem related RPC calls.
With changes from
[HIVE-11029|https://github.com/apache/hive/commit/8ed337749261ad78becb46a16a350ef23d9f305f],
in the non-Kerberos case, hive always sends an impersonated proxy UGI along
with the RPC calls now. As a result, we have to add the
hadoop.proxyuser.hive.users/groups/hosts=* to core-site.xml to make it work
even though hive.server2.enable.doAs=false.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)