Class YarnApplication (2.3.1)

YarnApplication(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
name str
Output only. The application name.
state .gcd_jobs.YarnApplication.State
Output only. The application state.
progress float
Output only. The numerical progress of the application, from 1 to 100.
tracking_url str
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.

Classes

State

State(value)

The application state, corresponding to YarnProtos.YarnApplicationStateProto.