Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The clean-up container will be launched after the application is finished/killed/failed. Cleanup container may not get resources if we negotiate the resource for it separately because cluster may have gotten busy after the final AM exit. The propose is to reserve AMContainer resource, and use it to launch clean-up container. In that case, we do not need to re-negotiate the resource, and clean-up container can be launch in the same NM as AM.