Is there a way to find out the execution engine that is used by hive when a query is fired ?
Hi @utkarsh_rathor,
Type this command in hive shell on console (or Hive query editor in Hue) to find out the execution engine
SET hive.execution.engine;
Hope this helps
Thanks
1 Like