Created 11-11-2022 09:20 AM
i am able to get list of tables in hive by running sql query on pyspark but when i try to execute select * from table it is raising ----unknownhost exception
Created 11-12-2022 07:59 AM
Please set
hive.fetch.task.conversion=more, and try the query
hive.fetch.task.conversion=none, and try the query
Created 11-12-2022 10:02 PM
again same error in pyspark
Created 11-13-2022 06:52 PM
Run the equivalent query in beeline and share the below if you encounter the error:
1. beeline trace => This should contain queryID and query
2. HS2 logs
3. application log
This will help us to analyse