hive explain plan generation hive explain plan generation hadoop hadoop

hive explain plan generation


I think you can get the output as JSON using FORMATTED. You can try:

EXPLAIN FORMATTED query

This should give you the explain output in JSON format.