java.lang.Object
org.apache.hadoop.mapreduce.v2.hs.webapp.dao.JobInfo

public class JobInfo extends Object
  • Field Details

    • submitTime

      protected long submitTime
    • startTime

      protected long startTime
    • finishTime

      protected long finishTime
    • id

      protected String id
    • name

      protected String name
    • queue

      protected String queue
    • user

      protected String user
    • state

      protected String state
    • mapsTotal

      protected int mapsTotal
    • mapsCompleted

      protected int mapsCompleted
    • reducesTotal

      protected int reducesTotal
    • reducesCompleted

      protected int reducesCompleted
    • uberized

      protected Boolean uberized
    • diagnostics

      protected String diagnostics
    • avgMapTime

      protected Long avgMapTime
    • avgReduceTime

      protected Long avgReduceTime
    • avgShuffleTime

      protected Long avgShuffleTime
    • avgMergeTime

      protected Long avgMergeTime
    • failedReduceAttempts

      protected Integer failedReduceAttempts
    • killedReduceAttempts

      protected Integer killedReduceAttempts
    • successfulReduceAttempts

      protected Integer successfulReduceAttempts
    • failedMapAttempts

      protected Integer failedMapAttempts
    • killedMapAttempts

      protected Integer killedMapAttempts
    • successfulMapAttempts

      protected Integer successfulMapAttempts
    • acls

      protected ArrayList<org.apache.hadoop.mapreduce.v2.app.webapp.dao.ConfEntryInfo> acls
    • numMaps

      protected int numMaps
    • numReduces

      protected int numReduces
  • Constructor Details

    • JobInfo

      public JobInfo()
    • JobInfo

      public JobInfo(org.apache.hadoop.mapreduce.v2.app.job.Job job)
  • Method Details

    • getNumMaps

      public long getNumMaps()
    • getNumReduces

      public long getNumReduces()
    • getAvgMapTime

      public Long getAvgMapTime()
    • getAvgReduceTime

      public Long getAvgReduceTime()
    • getAvgShuffleTime

      public Long getAvgShuffleTime()
    • getAvgMergeTime

      public Long getAvgMergeTime()
    • getFailedReduceAttempts

      public Integer getFailedReduceAttempts()
    • getKilledReduceAttempts

      public Integer getKilledReduceAttempts()
    • getSuccessfulReduceAttempts

      public Integer getSuccessfulReduceAttempts()
    • getFailedMapAttempts

      public Integer getFailedMapAttempts()
    • getKilledMapAttempts

      public Integer getKilledMapAttempts()
    • getSuccessfulMapAttempts

      public Integer getSuccessfulMapAttempts()
    • getAcls

      public ArrayList<org.apache.hadoop.mapreduce.v2.app.webapp.dao.ConfEntryInfo> getAcls()
    • getReducesCompleted

      public int getReducesCompleted()
    • getReducesTotal

      public int getReducesTotal()
    • getMapsCompleted

      public int getMapsCompleted()
    • getMapsTotal

      public int getMapsTotal()
    • getState

      public String getState()
    • getUserName

      public String getUserName()
    • getName

      public String getName()
    • getQueueName

      public String getQueueName()
    • getId

      public String getId()
    • getSubmitTime

      public long getSubmitTime()
    • getStartTime

      public long getStartTime()
    • getFormattedStartTimeStr

      public String getFormattedStartTimeStr(DateFormat dateFormat)
    • getStartTimeStr

      public String getStartTimeStr()
    • getFinishTime

      public long getFinishTime()
    • isUber

      public Boolean isUber()
    • getDiagnostics

      public String getDiagnostics()