Class ContainerExitStatus
java.lang.Object
org.apache.hadoop.yarn.api.records.ContainerExitStatus
Container exit statuses indicating special exit circumstances.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intContainers killed by the framework, either due to being released by the application or being 'lost' due to node failures etc.static final intWhen threshold number of the nodemanager-local-directories or threshold number of the nodemanager-log-directories become bad.static final intstatic final intContainer was terminated after the application finished.static final intContainer was terminated by stop request by the app master.static final intContainer was terminated by the ContainerScheduler to make room for another container...static final intContainer was terminated by the resource manager.static final intContainer terminated because of exceeding allocated physical memory.static final intContainer terminated because of exceeding allocated virtual memory.static final intContainer was terminated for generating excess log data.static final intContainers preempted by the framework.static final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SUCCESS
public static final int SUCCESS- See Also:
-
INVALID
public static final int INVALID- See Also:
-
ABORTED
public static final int ABORTEDContainers killed by the framework, either due to being released by the application or being 'lost' due to node failures etc.- See Also:
-
DISKS_FAILED
public static final int DISKS_FAILEDWhen threshold number of the nodemanager-local-directories or threshold number of the nodemanager-log-directories become bad.- See Also:
-
PREEMPTED
public static final int PREEMPTEDContainers preempted by the framework.- See Also:
-
KILLED_EXCEEDED_VMEM
public static final int KILLED_EXCEEDED_VMEMContainer terminated because of exceeding allocated virtual memory.- See Also:
-
KILLED_EXCEEDED_PMEM
public static final int KILLED_EXCEEDED_PMEMContainer terminated because of exceeding allocated physical memory.- See Also:
-
KILLED_BY_APPMASTER
public static final int KILLED_BY_APPMASTERContainer was terminated by stop request by the app master.- See Also:
-
KILLED_BY_RESOURCEMANAGER
public static final int KILLED_BY_RESOURCEMANAGERContainer was terminated by the resource manager.- See Also:
-
KILLED_AFTER_APP_COMPLETION
public static final int KILLED_AFTER_APP_COMPLETIONContainer was terminated after the application finished.- See Also:
-
KILLED_BY_CONTAINER_SCHEDULER
public static final int KILLED_BY_CONTAINER_SCHEDULERContainer was terminated by the ContainerScheduler to make room for another container...- See Also:
-
KILLED_FOR_EXCESS_LOGS
public static final int KILLED_FOR_EXCESS_LOGSContainer was terminated for generating excess log data.- See Also:
-
-
Constructor Details
-
ContainerExitStatus
public ContainerExitStatus()
-