Details
Description
The JobHistory Server needs to implement the Analysis this job functionality from the previous server.
This should include the following info
Hadoop Job ID
User :
JobName :
JobConf :
Submitted At :
Launched At : (including duration)
Finished At : (including duration)
Status :
Time taken by best performing Map task <TASK_LINK>:
Average time taken by Map tasks:
Worse performing map tasks: (including task links and duration)
The last Map task <TASK_LINK> finished at (relative to the Job launch time): (including duration)
Time taken by best performing shuffle <TASK_LINK>:
Average time taken by shuffle:
Worse performing Shuffles: (including task links and duration)
The last Shuffle <TASK_LINK> finished at (relative to the Job launch time): (including duration)
Time taken by best performing Reduce task <TASK_LINK>:
Average time taken by Reduce tasks:
Worse performing reduce tasks: (including task links and duration)
The last Reduce task <TASK_LINK> finished at (relative to the Job launch time): (including duration)