Details
-
Sub-task
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.23.0
-
None
-
Reviewed
-
Optimized Job's progress calculations in MR AM.
Description
Besides catering to client requests, Job progress is calculated in every heartbeat to the RM so as to print the MR AM's progress. Today the map and reduce progresses are calculated by looking up of each task in a big map while we can simply make do with a scan and aggregate. With large number of tasks, this can make a difference.