ApiMr2AppInformation Data Model

Represents MapReduce2 information for a YARN application.

Properties
name data type description
jobState string The state of the job. This is only set on completed jobs. This can take on the following values: "NEW", "INITED", "RUNNING", "SUCCEEDED", "FAILED", "KILLED", "ERROR".

Example

{
  "jobState" : "..."
}