difin commented on PR #6541: URL: https://github.com/apache/hive/pull/6541#issuecomment-4812112171
`Stages` tab under `Query Details` is always empty for Finished queries. <img width="1643" height="1208" alt="Screenshot 2026-06-26 at 2 00 59 PM" src="https://github.com/user-attachments/assets/a6b5ece2-5330-40e7-829a-1f4080927862" /> tested with these hive configs in `hive-site.xml`: ``` <property> <name>hive.server2.logging.operation.enabled</name> <value>true</value> </property> <property> <name>hive.server2.webui.explain.output</name> <value>true</value> </property> <property> <name>hive.server2.webui.show.graph</name> <value>true</value> </property> <property> <name>hive.server2.historic.operation.log.enabled</name> <value>true</value> </property> <property> <name>hive.server2.webui.max.historic.queries</name> <value>50</value> </property> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
