Java org.apache.hadoop.yarn.api.records ContainerExitStatus fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.api.records ContainerExitStatus fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.api.records ContainerExitStatus.

The text is from its open source code.

Field

intSUCCESS
intINVALID
intABORTED
Containers killed by the framework, either due to being released by the application or being 'lost' due to node failures etc.
intDISKS_FAILED
When threshold number of the nodemanager-local-directories or threshold number of the nodemanager-log-directories become bad.
intPREEMPTED
Containers preempted by the framework.
intKILLED_EXCEEDED_VMEM
Container terminated because of exceeding allocated virtual memory.
intKILLED_EXCEEDED_PMEM
Container terminated because of exceeding allocated physical memory.
intKILLED_BY_APPMASTER
Container was terminated by stop request by the app master.
intKILLED_BY_RESOURCEMANAGER
Container was terminated by the resource manager.
intKILLED_AFTER_APP_COMPLETION
Container was terminated after the application finished.