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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `YarnApplication` class within the Google Cloud Dataproc v1 API, specifically covering versions from 3.1.0 up to the latest, 5.17.0."],["`YarnApplication` represents a YARN application created by a job, offering a subset of `org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto` information, and is currently in Beta testing."],["The `YarnApplication` class implements several interfaces including `IMessage`, `IEquatable\u003cYarnApplication\u003e`, `IDeepCloneable\u003cYarnApplication\u003e`, and `IBufferMessage`, indicating its role within the .NET Protobuf framework."],["Key properties of the `YarnApplication` class include `Name`, `Progress`, `State`, and `TrackingUrl`, which collectively describe the application's identity, completion status, operational status, and access location."],["The documentation covers two constructors for the class, a default constructor and one that creates a new `YarnApplication` instance based off of an existing one, using another instance of the class as a parameter."]]],[]]