Cloud Dataproc V1beta2 API - Class Google::Cloud::Dataproc::V1beta2::YarnApplication (v0.6.3)

Reference documentation and code samples for the Cloud Dataproc V1beta2 API class Google::Cloud::Dataproc::V1beta2::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

def name() -> ::String
Returns
  • (::String) — Output only. The application name.

#progress

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

#state

def state() -> ::Google::Cloud::Dataproc::V1beta2::YarnApplication::State
Returns

#tracking_url

def tracking_url() -> ::String
Returns
  • (::String) — Output only. 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.