How to check if a hold request is working on Tez

I used the command below to set the runtime engine as Tez.

set hive.execution.engine = tez;

I ran a query to test the performance of both MR and TEZ separately.

I didn't find any difference plus I couldn't see the containers in TEZ.

So how can I confirm that I am fulfilling my request for Tez.

Thank!

+3


source to share


1 answer


In the resource manager interface, accessible on port 8088, there will be an application type column, which has values ​​such as TEZ or Mapreduce.Example: http: //: 8088



-Arun voma

+2


source