Class SerializedApplicationReport

java.lang.Object
org.apache.hadoop.yarn.service.utils.SerializedApplicationReport

public class SerializedApplicationReport extends Object
Serialized form of an service report which can be persisted and then parsed. It can not be converted back into a real YARN service report Useful for testing
  • Field Details

    • applicationId

      public String applicationId
    • applicationAttemptId

      public String applicationAttemptId
    • name

      public String name
    • applicationType

      public String applicationType
    • user

      public String user
    • queue

      public String queue
    • host

      public String host
    • rpcPort

      public Integer rpcPort
    • state

      public String state
    • diagnostics

      public String diagnostics
    • url

      public String url
    • submitTime

      public Long submitTime
      This value is non-null only when a report is generated from a submission context. The YARN ApplicationReport structure does not propagate this value from the RM.
    • startTime

      public Long startTime
    • finishTime

      public Long finishTime
    • finalStatus

      public String finalStatus
    • origTrackingUrl

      public String origTrackingUrl
    • progress

      public Float progress
  • Constructor Details

    • SerializedApplicationReport

      public SerializedApplicationReport()
    • SerializedApplicationReport

      public SerializedApplicationReport(org.apache.hadoop.yarn.api.records.ApplicationReport report)
  • Method Details