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

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

The text is from its open source code.

Field

YarnApplicationStateNEW
Application which was just created.
YarnApplicationStateNEW_SAVING
Application which is being saved.
YarnApplicationStateSUBMITTED
Application which has been submitted.
YarnApplicationStateACCEPTED
Application has been accepted by the scheduler
YarnApplicationStateRUNNING
Application which is currently running.
YarnApplicationStateFINISHED
Application which finished successfully.
YarnApplicationStateFAILED
Application which failed.
YarnApplicationStateKILLED
Application which was terminated by a user or admin.