public class ParsedJob extends LoggedJob
LoggedJob
. This provides also the
extra information about the job obtained from job history which is not
written to the JSON trace file.LoggedJob.JobPriority, LoggedJob.JobType
限定符和类型 | 方法和说明 |
---|---|
Map<JobACL,AccessControlList> |
obtainJobAcls() |
String |
obtainJobConfpath() |
Map<String,Long> |
obtainMapCounters() |
List<ParsedTask> |
obtainMapTasks() |
List<ParsedTask> |
obtainOtherTasks() |
Map<String,Long> |
obtainReduceCounters() |
List<ParsedTask> |
obtainReduceTasks() |
Map<String,Long> |
obtainTotalCounters() |
deepCompare, getClusterMapMB, getClusterReduceMB, getComputonsPerMapInputByte, getComputonsPerMapOutputByte, getComputonsPerReduceInputByte, getComputonsPerReduceOutputByte, getDirectDependantJobs, getFailedMapAttemptCDFs, getFailedMapperFraction, getFailedReduceAttemptCDF, getFinishTime, getHeapMegabytes, getJobID, getJobMapMB, getJobName, getJobProperties, getJobReduceMB, getJobtype, getLaunchTime, getMapperTriesToSucceed, getMapTasks, getOtherTasks, getOutcome, getPriority, getQueue, getReduceTasks, getRelativeTime, getSubmitTime, getSuccessfulMapAttemptCDFs, getSuccessfulReduceAttemptCDF, getTotalMaps, getTotalReduces, getUser, setUnknownAttribute
public Map<String,Long> obtainReduceCounters()
public String obtainJobConfpath()
public Map<JobACL,AccessControlList> obtainJobAcls()
public List<ParsedTask> obtainMapTasks()
public List<ParsedTask> obtainReduceTasks()
public List<ParsedTask> obtainOtherTasks()
Copyright © 2009 The Apache Software Foundation