Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::YarnApplication (v0.10.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

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

#name=

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

#progress

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

#progress=

def progress=(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

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

#state=

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

#tracking_url

def tracking_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=

def tracking_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.