public sealed class YarnApplication : IMessage<YarnApplication>, IEquatable<YarnApplication>, IDeepCloneable<YarnApplication>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class YarnApplication.
A YARN application created by a job. Application information is a subset of <code>org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto</code>.
Beta Feature: This report is available for testing purposes only. It may be changed before final release.
Implements
IMessageYarnApplication, IEquatableYarnApplication, IDeepCloneableYarnApplication, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
YarnApplication()
public YarnApplication()
YarnApplication(YarnApplication)
public YarnApplication(YarnApplication other)
Parameter | |
---|---|
Name | Description |
other | YarnApplication |
Properties
Name
public string Name { get; set; }
Required. The application name.
Property Value | |
---|---|
Type | Description |
string |
Progress
public float Progress { get; set; }
Required. The numerical progress of the application, from 1 to 100.
Property Value | |
---|---|
Type | Description |
float |
State
public YarnApplication.Types.State State { get; set; }
Required. The application state.
Property Value | |
---|---|
Type | Description |
YarnApplicationTypesState |
TrackingUrl
public string TrackingUrl { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |