difin commented on PR #6541: URL: https://github.com/apache/hive/pull/6541#issuecomment-4813235142
Also not sure, maybe this is behavior existed in the old Web UI too, but the **Logs** page does not show any log files: <img width="1730" height="1214" alt="Screenshot 2026-06-26 at 4 32 13 PM" src="https://github.com/user-attachments/assets/bb5eaad9-d3a8-4fa0-9519-7e4e954ab9d4" /> Testing with Hive's docker-compose with LLAP with the following custom 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]
