Yarn Application Response
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.