Cloud Dataproc V1 API - Module Google::Cloud::Dataproc::V1::YarnApplication::State (v0.12.0)

Reference documentation and code samples for the Cloud Dataproc V1 API module Google::Cloud::Dataproc::V1::YarnApplication::State.

The application state, corresponding to YarnProtos.YarnApplicationStateProto.

Constants

STATE_UNSPECIFIED

value: 0
Status is unspecified.

NEW

value: 1
Status is NEW.

NEW_SAVING

value: 2
Status is NEW_SAVING.

SUBMITTED

value: 3
Status is SUBMITTED.

ACCEPTED

value: 4
Status is ACCEPTED.

RUNNING

value: 5
Status is RUNNING.

FINISHED

value: 6
Status is FINISHED.

FAILED

value: 7
Status is FAILED.

KILLED

value: 8
Status is KILLED.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.