Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.2
-
None
Description
Existing YARN service has following states:
public enum ServiceState { ACCEPTED, STARTED, STABLE, STOPPED, FAILED, FLEX, UPGRADING, UPGRADING_AUTO_FINALIZE; }
Ideally we should add "SUCCEEDED" state in order to support long running applications like Tensorflow.