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.
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 details the `YarnApplication` class within the `Google.Cloud.Dataproc.V1` namespace, which is used to represent a YARN application created by a job."],["The `YarnApplication` class is a beta feature currently available for testing and may change before its final release, inheriting from the `Object` class and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page provides access to various versions of the `YarnApplication` documentation, from version 3.1.0 up to the latest 5.17.0."],["Key properties of the `YarnApplication` class include `Name`, `Progress`, `State`, and `TrackingUrl`, each with specific descriptions and data types."],["The document lists `YarnApplication` constructors, including a parameterless one, and one that uses another `YarnApplication` object."]]],[]]