I have used the below command to set the execution engine as Tez.
set hive.execution.engine=tez;
I had run a query to check the performance on both MR and TEZ separately.
I did not find any difference plus i couldnt see the containers in TEZ.
So how can I confirm that I am running my query on Tez.
Thanks!