View Source GoogleApi.Dataproc.V1.Model.YarnApplication (google_api_dataproc v0.54.0)

A YARN application created by a job. Application information is a subset of org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto.Beta Feature: This report is available for testing purposes only. It may be changed before final release.

Attributes

  • name (type: String.t, default: nil) - Required. The application name.
  • progress (type: number(), default: nil) - Required. The numerical progress of the application, from 1 to 100.
  • state (type: String.t, default: nil) - Required. The application state.
  • trackingUrl (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.YarnApplication{
  name: String.t() | nil,
  progress: number() | nil,
  state: String.t() | nil,
  trackingUrl: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.