Struct google_dataproc1::YarnApplication[][src]

pub struct YarnApplication {
    pub progress: Option<f32>,
    pub state: Option<String>,
    pub name: Option<String>,
    pub tracking_url: Option<String>,
}

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.

This type is not used in any activity, and only used as part of another schema.

Fields

Required. The numerical progress of the application, from 1 to 100.

Required. The application state.

Required. The application name.

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.

Trait Implementations

impl Default for YarnApplication
[src]

Returns the "default value" for a type. Read more

impl Clone for YarnApplication
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for YarnApplication
[src]

Formats the value using the given formatter. Read more

impl Part for YarnApplication
[src]

Auto Trait Implementations