Is it possible to print the execution logs of a hive query using pyhs2?
Is there any configuration that needs to be set to enable python client to print hive query execution logs?
pyhs2 does not print the logs; however, you can get the operational logs from the machine on which HiveServer is running (/var/log/hive/hive-server2.*).
Is it possible to print the execution logs of a hive query using pyhs2? Is there any configuration that needs to be set to enable python client to print hive query execution logs?