Reference documentation and code samples for the Google Cloud Dataproc V1 Client class State.
The application state, corresponding to
YarnProtos.YarnApplicationStateProto.
Protobuf type google.cloud.dataproc.v1.YarnApplication.State
Namespace
Google \ Cloud \ Dataproc \ V1 \ YarnApplicationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Status is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PBNEW
Value: 1Status is NEW.
Generated from protobuf enum NEW = 1;
NEW_SAVING
Value: 2Status is NEW_SAVING.
Generated from protobuf enum NEW_SAVING = 2;
SUBMITTED
Value: 3Status is SUBMITTED.
Generated from protobuf enum SUBMITTED = 3;
ACCEPTED
Value: 4Status is ACCEPTED.
Generated from protobuf enum ACCEPTED = 4;
RUNNING
Value: 5Status is RUNNING.
Generated from protobuf enum RUNNING = 5;
FINISHED
Value: 6Status is FINISHED.
Generated from protobuf enum FINISHED = 6;
FAILED
Value: 7Status is FAILED.
Generated from protobuf enum FAILED = 7;
KILLED
Value: 8Status is KILLED.
Generated from protobuf enum KILLED = 8;