Vaibhav Gumashta created HIVE-8299: -------------------------------------- Summary: HiveServer2 in http-kerberos & doAs=true is failing with org.apache.hadoop.security.AccessControlException Key: HIVE-8299 URL: https://issues.apache.org/jira/browse/HIVE-8299 Project: Hive Issue Type: Bug Components: HiveServer2 Affects Versions: 0.14.0 Reporter: Vaibhav Gumashta Assignee: Vaibhav Gumashta Fix For: 0.14.0
The issue is that it does a doAs at processor level and fails at scratch dir creation before the session is opened. Since we are now using a proxy class to implement doAs at HiveSession level, we should get rid of HttpCLIServiceUGIProcessor and related classes that were used before. -- This message was sent by Atlassian JIRA (v6.3.4#6332)