YarnApplicationResponse

data class YarnApplicationResponse(val name: String, val progress: Double, val state: String, val trackingUrl: 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.

Constructors

Link copied to clipboard
fun YarnApplicationResponse(name: String, progress: Double, state: String, trackingUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The application name.

Link copied to clipboard

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

Link copied to clipboard

The application state.

Link copied to clipboard

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.