Generated by
JDiff

Class org.apache.hadoop.mapred.JobTracker

Added Methods
String getAssignedTracker(TaskAttemptID) Get tracker name for a given task id.
String getBuildVersion()  
JobInProgress getJob(JobID)  
Counters getJobCounters(JobID)  
JobProfile getJobProfile(JobID)  
JobStatus getJobStatus(JobID)  
String getLocalJobFilePath(JobID) Get the localized job file path on the job trackers local file system
TaskReport[] getMapTaskReports(JobID)  
TaskReport[] getReduceTaskReports(JobID)  
String getSystemDir() @see org.apache.hadoop.mapred.JobSubmissionProtocol#getSystemDir()
TaskCompletionEvent[] getTaskCompletionEvents(JobID, int, int)  
String[] getTaskDiagnostics(TaskAttemptID) Get the diagnostics for a given task
TaskInProgress getTip(TaskID) Returns specified TaskInProgress, or null.
void killJob(JobID)  
boolean killTask(TaskAttemptID, boolean) Mark a Task to be killed
JobStatus submitJob(JobID) JobTracker.submitJob() kicks off a new job.
 

Changed Methods
JobID getNewJobId() Change in return type from String to JobID.
Allocates a new JobId string.
String getLocalJobFilePath(String) Change from static to non-static.