Ádám Szita created HIVE-22451: --------------------------------- Summary: Secure LLAP configurations are still deemed unsecure in Tez AM processes Key: HIVE-22451 URL: https://issues.apache.org/jira/browse/HIVE-22451 Project: Hive Issue Type: Bug Components: llap Reporter: Ádám Szita
Due to the change in HIVE-22354 and HIVE-22195 Zookeeper discovery of LLAP workers is not working when invoked from within a Tez AM process: a Tez AM process does not log on using Kerberos even in secure environments, hence {code:java} UserGroupInformation.getLoginUser().hasKerberosCredentials() {code} will return false for security-enabled clusters too. -- This message was sent by Atlassian Jira (v8.3.4#803005)