Reference documentation and code samples for the Google Cloud Dataproc V1 Client class YarnApplication.
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.
Generated from protobuf message google.cloud.dataproc.v1.YarnApplication
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The application name.
↳ state
int
Required. The application state.
↳ progress
float
Required. The numerical progress of the application, from 1 to 100.
↳ tracking_url
string
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.
getName
Required. The application name.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
string
setName
Required. The application name.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getState
Required. The application state.
Generated from protobuf field .google.cloud.dataproc.v1.YarnApplication.State state = 2 [(.google.api.field_behavior) = REQUIRED];
int
setState
Required. The application state.
Generated from protobuf field .google.cloud.dataproc.v1.YarnApplication.State state = 2 [(.google.api.field_behavior) = REQUIRED];
var
int
$this
getProgress
Required. The numerical progress of the application, from 1 to 100.
Generated from protobuf field float progress = 3 [(.google.api.field_behavior) = REQUIRED];
float
setProgress
Required. The numerical progress of the application, from 1 to 100.
Generated from protobuf field float progress = 3 [(.google.api.field_behavior) = REQUIRED];
var
float
$this
getTrackingUrl
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.
Generated from protobuf field string tracking_url = 4 [(.google.api.field_behavior) = OPTIONAL];
string
setTrackingUrl
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.
Generated from protobuf field string tracking_url = 4 [(.google.api.field_behavior) = OPTIONAL];
var
string
$this

