| Changed Methods | 
  
  
  float cleanupProgress()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get the progress of the job's cleanup-tasks as a float between 0.0 and 1.0. | 
  
  
  Configuration getConfiguration()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get the underlying job configuration  | 
  
  
  Counters getCounters()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Gets the counters for this job. | 
  
  
  String getFailureInfo()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get failure info for the job. | 
  
  
  String getHistoryUrl()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get the url where history file is archived. | 
  
  
  JobID getID()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get the job identifier. | 
  
  
  String getJobFile()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get the path of the submitted job configuration. | 
  
  
  String getJobID()  
   | 
  
Changed from abstract to non-abstract.
   | 
  This method is deprecated and will be removed. | 
  
  
  String getJobName()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get the name of the job. | 
  
  
  int getJobState()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Returns the current state of the Job. | 
  
  
  JobStatus getJobStatus()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Returns a snapshot of the current status JobStatus of the Job. | 
  
  
  TaskCompletionEvent[] getTaskCompletionEvents(int)  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get events indicating completion (success/failure) of component tasks. | 
  
  
  String[] getTaskDiagnostics(TaskAttemptID)  
   | 
  
Changed from abstract to non-abstract.
   | 
  Gets the diagnostic messages for a given task attempt. | 
  
  
  String getTrackingURL()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get the URL where some job progress information will be displayed. | 
  
  
  boolean isComplete()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Check if the job is finished or not. | 
  
  
  boolean isRetired()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Check whether the job has been removed from JobTracker memory and retired. | 
  
  
  boolean isSuccessful()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Check if the job completed successfully. | 
  
  
  void killJob()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Kill the running job. | 
  
  
  float mapProgress()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get the progress of the job's map-tasks as a float between 0.0 and 1.0. | 
  
  
  float reduceProgress()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get the progress of the job's reduce-tasks as a float between 0.0 and 1.0. | 
  
  
  void setJobPriority(String)  
   | 
  
Changed from abstract to non-abstract.
   | 
  Set the priority of a running job. | 
  
  
  float setupProgress()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get the progress of the job's setup-tasks as a float between 0.0 and 1.0. | 
  
  
  void waitForCompletion()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Blocks until the job is complete. | 
  
  
  void killTask(String, boolean)  
   | 
  
Changed from abstract to non-abstract.
   | 
  Applications should rather use {@link #killTask(TaskAttemptID, boolean)} | 
  
  
  void killTask(TaskAttemptID, boolean)  
   | 
  
Changed from abstract to non-abstract.
   | 
  Kill indicated task attempt. |