Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::YarnApplication (v1.7.0)

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

A YARN application created by a job. Application information is a subset of org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto.

Beta Feature: This report is available for testing purposes only. It may be changed before final release.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

defname()->::String
Returns
  • (::String) — Required. The application name.

#name=

defname=(value)->::String
Parameter
  • value (::String) — Required. The application name.
Returns
  • (::String) — Required. The application name.

#progress

defprogress()->::Float
Returns
  • (::Float) — Required. The numerical progress of the application, from 1 to 100.

#progress=

defprogress=(value)->::Float
Parameter
  • value (::Float) — Required. The numerical progress of the application, from 1 to 100.
Returns
  • (::Float) — Required. The numerical progress of the application, from 1 to 100.

#state

defstate()->::Google::Cloud::Dataproc::V1::YarnApplication::State
Returns

#state=

defstate=(value)->::Google::Cloud::Dataproc::V1::YarnApplication::State
Parameter
Returns

#tracking_url

deftracking_url()->::String
Returns
  • (::String) — Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.

#tracking_url=

deftracking_url=(value)->::String
Parameter
  • value (::String) — Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.
Returns
  • (::String) — Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.

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.