Modifier and Type | Method and Description |
---|---|
Map<TaskID,JobHistoryParser.TaskInfo> |
JobHistoryParser.JobInfo.getAllTasks() |
Modifier and Type | Method and Description |
---|---|
Map<TaskId,JobHistoryParser.TaskInfo> |
MRAppMaster.getCompletedTaskFromPreviousRun() |
Modifier and Type | Method and Description |
---|---|
JobHistoryParser.TaskInfo |
TaskRecoverEvent.getTaskInfo() |
Constructor and Description |
---|
TaskRecoverEvent(TaskId taskID,
JobHistoryParser.TaskInfo taskInfo,
OutputCommitter committer,
boolean recoverTaskOutput) |
Constructor and Description |
---|
JobImpl(JobId jobId,
ApplicationAttemptId applicationAttemptId,
Configuration conf,
EventHandler eventHandler,
TaskAttemptListener taskAttemptListener,
JobTokenSecretManager jobTokenSecretManager,
Credentials jobCredentials,
Clock clock,
Map<TaskId,JobHistoryParser.TaskInfo> completedTasksFromPreviousRun,
MRAppMetrics metrics,
OutputCommitter committer,
boolean newApiCommitter,
String userName,
long appSubmitTime,
List<AMInfo> amInfos,
AppContext appContext,
JobStateInternal forcedState,
String forcedDiagnostic) |
Copyright © 2013 Apache Software Foundation. All rights reserved.