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

Example usage for Java org.apache.hadoop.yarn.api.records FinalApplicationStatus 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 FinalApplicationStatus.

The text is from its open source code.

Field

FinalApplicationStatusUNDEFINED
Undefined state when either the application has not yet finished
FinalApplicationStatusSUCCEEDED
Application which finished successfully.
FinalApplicationStatusFAILED
Application which failed.
FinalApplicationStatusKILLED
Application which was terminated by a user or admin.
FinalApplicationStatusENDED
Application which has subtasks with multiple end states.