Class JobInfo
java.lang.Object
org.apache.hadoop.mapreduce.v2.app.webapp.dao.JobInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ArrayList<ConfEntryInfo>protected Stringprotected longprotected intprotected intprotected longprotected Stringprotected intprotected intprotected floatprotected Stringprotected intprotected intprotected intprotected intprotected Stringprotected intprotected intprotected Stringprotected floatprotected Stringprotected intprotected intprotected intprotected intprotected intprotected intprotected longprotected org.apache.hadoop.mapreduce.v2.api.records.JobStateprotected intprotected intprotected booleanprotected String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
startTime
protected long startTime -
finishTime
protected long finishTime -
elapsedTime
protected long elapsedTime -
id
-
name
-
user
-
queue
-
state
protected org.apache.hadoop.mapreduce.v2.api.records.JobState state -
mapsTotal
protected int mapsTotal -
mapsCompleted
protected int mapsCompleted -
reducesTotal
protected int reducesTotal -
reducesCompleted
protected int reducesCompleted -
mapProgress
protected float mapProgress -
reduceProgress
protected float reduceProgress -
mapProgressPercent
-
reduceProgressPercent
-
mapsPending
protected int mapsPending -
mapsRunning
protected int mapsRunning -
reducesPending
protected int reducesPending -
reducesRunning
protected int reducesRunning -
uberized
protected boolean uberized -
diagnostics
-
newReduceAttempts
protected int newReduceAttempts -
runningReduceAttempts
protected int runningReduceAttempts -
failedReduceAttempts
protected int failedReduceAttempts -
killedReduceAttempts
protected int killedReduceAttempts -
successfulReduceAttempts
protected int successfulReduceAttempts -
newMapAttempts
protected int newMapAttempts -
runningMapAttempts
protected int runningMapAttempts -
failedMapAttempts
protected int failedMapAttempts -
killedMapAttempts
protected int killedMapAttempts -
successfulMapAttempts
protected int successfulMapAttempts -
acls
-
-
Constructor Details
-
JobInfo
public JobInfo() -
JobInfo
-
-
Method Details
-
getNewReduceAttempts
public int getNewReduceAttempts() -
getKilledReduceAttempts
public int getKilledReduceAttempts() -
getFailedReduceAttempts
public int getFailedReduceAttempts() -
getRunningReduceAttempts
public int getRunningReduceAttempts() -
getSuccessfulReduceAttempts
public int getSuccessfulReduceAttempts() -
getNewMapAttempts
public int getNewMapAttempts() -
getKilledMapAttempts
public int getKilledMapAttempts() -
getAcls
-
getFailedMapAttempts
public int getFailedMapAttempts() -
getRunningMapAttempts
public int getRunningMapAttempts() -
getSuccessfulMapAttempts
public int getSuccessfulMapAttempts() -
getReducesCompleted
public int getReducesCompleted() -
getReducesTotal
public int getReducesTotal() -
getReducesPending
public int getReducesPending() -
getReducesRunning
public int getReducesRunning() -
getMapsCompleted
public int getMapsCompleted() -
getMapsTotal
public int getMapsTotal() -
getMapsPending
public int getMapsPending() -
getMapsRunning
public int getMapsRunning() -
getState
-
getUserName
-
getName
-
getQueueName
-
getId
-
getStartTime
public long getStartTime() -
getElapsedTime
public long getElapsedTime() -
getFinishTime
public long getFinishTime() -
isUberized
public boolean isUberized() -
getdiagnostics
-
getMapProgress
public float getMapProgress() -
getMapProgressPercent
-
getReduceProgress
public float getReduceProgress() -
getReduceProgressPercent
-