Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::YarnApplication (v1.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
defname()->::String
Returns
- (::String) — Required. The application name.
#name=
defname=(value)->::String
Parameter
- value (::String) — Required. The application name.
Returns
- (::String) — Required. The application name.
#progress
defprogress()->::Float
Returns
- (::Float) — Required. The numerical progress of the application, from 1 to 100.
#progress=
defprogress=(value)->::Float
Parameter
- value (::Float) — Required. The numerical progress of the application, from 1 to 100.
Returns
- (::Float) — Required. The numerical progress of the application, from 1 to 100.
#state
defstate()->::Google::Cloud::Dataproc::V1::YarnApplication::State
Returns
- (::Google::Cloud::Dataproc::V1::YarnApplication::State) — Required. The application state.
#state=
defstate=(value)->::Google::Cloud::Dataproc::V1::YarnApplication::State
Parameter
- value (::Google::Cloud::Dataproc::V1::YarnApplication::State) — Required. The application state.
Returns
- (::Google::Cloud::Dataproc::V1::YarnApplication::State) — Required. The application state.
#tracking_url
deftracking_url()->::String
Returns
- (::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.
#tracking_url=
deftracking_url=(value)->::String
Parameter
- value (::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.
Returns
- (::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.