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 |
|
---|---|
Name | Description |
name |
str
Required. The application name. |
state |
google.cloud.dataproc_v1.types.YarnApplication.State
Required. The application state. |
progress |
float
Required. The numerical progress of the application, from 1 to 100. |
tracking_url |
str
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. |
Classes
State
State(value)
The application state, corresponding to
YarnProtos.YarnApplicationStateProto
.