Generated by
JDiff

Class org.apache.hadoop.mapred.JobClient

Removed Methods
Configuration getCommandLineConfig() return the command line configuration
 

Added Methods
void displayTasks(JobID, String, String) Display the information about a job's tasks of a particular type and in a particular state
ClusterStatus getClusterStatus(boolean) Get status information about the Map-Reduce cluster.
boolean monitorAndPrintJob(JobConf, RunningJob) Monitor a job and print status in real-time as progress is made and tasks fail.
RunningJob submitJobInternal(JobConf) Internal method for submitting jobs to the system.
 

Changed Methods
RunningJob submitJob(JobConf) Change in exceptions: org.apache.hadoop.mapred.InvalidJobConfException was removed..
Submit a job to the MR system.