Class ApplicationContainerInitEvent

java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<ApplicationEventType>
org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationEvent
org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationContainerInitEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ApplicationEventType>

public class ApplicationContainerInitEvent extends ApplicationEvent
Event sent from ContainerManagerImpl to ApplicationImpl to request the initialization of a container. This is funneled through the Application so that the application life-cycle can be checked, and container launches can be delayed until the application is fully initialized. Once the application is initialized, ApplicationImpl.InitContainerTransition simply passes this event on as a ContainerInitEvent.
  • Constructor Details

    • ApplicationContainerInitEvent

      public ApplicationContainerInitEvent(Container container)