BradRuderman / pyhs2

MIT License
208 stars 107 forks source link

Print execution logs of a query using pyhs2 #53

Open mmohite opened 9 years ago

mmohite commented 9 years ago

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?

kkennedy314 commented 9 years ago

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.*).