Raghav Aggarwal created HIVE-29548:
--------------------------------------
Summary: Fix parsing issue in YarnQueueHelper post Hadoop-3.5.0
Key: HIVE-29548
URL: https://issues.apache.org/jira/browse/HIVE-29548
Project: Hive
Issue Type: Improvement
Reporter: Raghav Aggarwal
Assignee: Raghav Aggarwal
Attachments: After_XML.png, Before_XML.png, stacktrace.txt
Steps to repro, start HS2 with following configs and run any insert query:
{code:java}
<property>
<name>hive.server2.tez.queue.access.check</name>
<value>true</value>
</property>
<property>
<name>hive.server2.tez.sessions.custom.queue.allowed</name>
<value>true</value>
</property>
<property>
<name>hive.server2.enable.doAs</name>
<value>false</value>
</property> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)