Google Cloud Dataproc v1 API - Class YarnApplication (5.26.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
Name Description
other YarnApplication

Properties

MemoryMbSeconds

public long MemoryMbSeconds { get; set; }

Optional. The cumulative memory usage of the application for a job, measured in mb-seconds.

Property Value
Type Description
long

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

VcoreSeconds

public long VcoreSeconds { get; set; }

Optional. The cumulative CPU time consumed by the application for a job, measured in vcore-seconds.

Property Value
Type Description
long