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.
string
setName
Required. The application name.
var
string
$this
getState
Required. The application state.
int
setState
Required. The application state.
var
int
$this
getProgress
Required. The numerical progress of the application, from 1 to 100.
float
setProgress
Required. The numerical progress of the application, from 1 to 100.
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.
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.
var
string
$this