I am currently testing time execution for tables stored in HDFS using both MapReduce and Tez. In MapReduce, I can easily see the CPU time taken for the process.
MapReduce example
I am not clear on the results shown for Tez query.
Tez example
Can someone please explain the two times shown in the images? And where can I find the CPU time for Tez query.
EDIT - I found out that the time is logged as vcore-seconds which is the number of cores multiplied by number of seconds that each core runs. Is there any other metric which can be used?