Google Cloud Dataproc v1 API - Class YarnApplication (5.3.0)

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.

Inheritance

Object > YarnApplication

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

YarnApplication()

public YarnApplication()

YarnApplication(YarnApplication)

public YarnApplication(YarnApplication other)
Parameter
NameDescription
otherYarnApplication

Properties

Name

public string Name { get; set; }

Required. The application name.

Property Value
TypeDescription
String

Progress

public float Progress { get; set; }

Required. The numerical progress of the application, from 1 to 100.

Property Value
TypeDescription
Single

State

public YarnApplication.Types.State State { get; set; }

Required. The application state.

Property Value
TypeDescription
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
TypeDescription
String