Created on 02-24-2017 06:38 AM - edited 09-16-2022 04:09 AM
If a query in Hive is running slow, how to analyze poor performance of Hive query? Is there any explain plan for the query to get the execution method of query?
Please advise.
Thank you,
Sachin A
Created 02-24-2017 08:22 AM
@Sachin Ambardekar
Yes you can take explain plan for your hive query by running
Syntax : EXPLAIN [EXTENDED|DEPENDENCY|AUTHORIZATION] query
You can read more about hive tuning here,
https://www.slideshare.net/HadoopSummit/how-to-understand-and-analyze-apache-hive-query-execution-pl...