public class ContainerLaunchRequestFailedEvent extends AbstractYarnEvent
Container
launch request has failed.
This event is not an indication that container somewhat failed what is
was supposed to do, instead failure indicates a failed request to
start a container.Constructor and Description |
---|
ContainerLaunchRequestFailedEvent(java.lang.Object source,
org.apache.hadoop.yarn.api.records.Container container)
Constructs event with the given
Container . |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.Container |
getContainer()
Gets the container.
|
java.lang.String |
toString() |
public ContainerLaunchRequestFailedEvent(java.lang.Object source, org.apache.hadoop.yarn.api.records.Container container)
Container
.source
- the component that published the event (never null
)container
- the Container