google_api_dataproc v0.6.0 GoogleApi.Dataproc.V1.Model.YarnApplication View Source

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.

Attributes

  • name (String.t): Required. The application name. Defaults to: null.
  • progress (float()): Required. The numerical progress of the application, from 1 to 100. Defaults to: null.
  • state (String.t): Required. The application state. Defaults to: null.

    • Enum - one of [STATE_UNSPECIFIED, NEW, NEW_SAVING, SUBMITTED, ACCEPTED, RUNNING, FINISHED, FAILED, KILLED]
  • trackingUrl (String.t): 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. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Dataproc.V1.Model.YarnApplication{
  name: any(),
  progress: any(),
  state: any(),
  trackingUrl: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.