public sealed class YarnApplication : IMessage<YarnApplication>, IEquatable<YarnApplication>, IDeepCloneable<YarnApplication>, IBufferMessage, IMessage
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
IMessage<YarnApplication>, IEquatable<YarnApplication>, IDeepCloneable<YarnApplication>, 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 |
Single |
State
public YarnApplication.Types.State State { get; set; }
Required. The application state.
Property Value | |
---|---|
Type | Description |
YarnApplication.Types.State |
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 |