apiYarnApplication

Represents a Yarn application

JSON

property type description
allocatedMB allocatedMB (int) The sum of memory in MB allocated to the application's running containers Available since v12.
allocatedVCores allocatedVCores (int) The sum of virtual cores allocated to the application's running containers Available since v12.
runningContainers runningContainers (int) The number of containers currently running for the application Available since v12.
applicationTags array of applicationTags (string) List of YARN application tags. Available since v12.
allocatedMemorySeconds allocatedMemorySeconds (long) Allocated memory to the application in units of mb-secs. Available since v12.
allocatedVcoreSeconds allocatedVcoreSeconds (long) Allocated vcore-secs to the application. Available since v12.
applicationId applicationId (string) The application id.
name name (string) The name of the application.
startTime startTime (dateTime) The time the application was submitted.
endTime endTime (dateTime) The time the application finished. If the application hasn't finished this will return null.
user user (string) The user who submitted the application.
pool pool (string) The pool the application was submitted to.
progress progress (double) The progress, as a percentage, the application has made. This is only set if the application is currently executing.
attributes attributes ((anonymous)) A map of additional application attributes which is generated by Cloudera Manager. For example MR2 job counters are exposed as key/value pairs here. For more details see the Cloudera Manager documentation.
mr2AppInformation mr2AppInformation (apiMr2AppInformation)
state state (string)
containerUsedMemorySeconds containerUsedMemorySeconds (double) Actual memory (in MB-secs) used by containers launched by the YARN application. Computed by running a MapReduce job from Cloudera Service Monitor to aggregate YARN usage metrics. Available since v12.
containerUsedCpuSeconds containerUsedCpuSeconds (double) Actual CPU (in percent-secs) used by containers launched by the YARN application. Computed by running a MapReduce job from Cloudera Service Monitor to aggregate YARN usage metrics. Available since v12.
containerUsedVcoreSeconds containerUsedVcoreSeconds (double) Actual VCore-secs used by containers launched by the YARN application. Computed by running a MapReduce job from Cloudera Service Monitor to aggregate YARN usage metrics. Available since v12.
containerAllocatedMemorySeconds containerAllocatedMemorySeconds (double) Total memory (in mb-secs) allocated to containers launched by the YARN application. Computed by running a MapReduce job from Cloudera Service Monitor to aggregate YARN usage metrics. Available since v12.
containerAllocatedVcoreSeconds containerAllocatedVcoreSeconds (double) Total vcore-secs allocated to containers launched by the YARN application. Computed by running a MapReduce job from Cloudera Service Monitor to aggregate YARN usage metrics. Available since v12.