Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
Currently we have a notion of map-
{setup|cleanup} TIP and reduce-{setup|cleanup}TIP of which only 1 setup and cleanup tasks are picked by the JobInProgress. Also a lot of state-maintenence of these TIPs are done by the JobInProgress itself, outside of the more logical place i.e. TaskInProgress.
We really should rework this to have a single setup and cleanup task which isn't associated with a map or reduce task i.e. into separate task types. What we have currently is quite ungainly and hard to maintain.
Attachments
Issue Links
- is blocked by
-
MAPREDUCE-29 JVM reuse across task types
- Resolved
- is related to
-
MAPREDUCE-251 Should we move out the creation of setup/cleanup tasks from JobInProgress.initTasks()?
- Open