Generated by
JDiff

Class org.apache.hadoop.mapred.JobConf

Added Methods
String getJobEndNotificationCustomNotifierClass() Returns the class to be invoked in order to send a notification after the job has completed (success/failure).
int getJobPriorityAsInteger() Get the priority for this job.
void main(String[])  
void setJobEndNotificationCustomNotifierClass(String) Sets the class to be invoked in order to send a notification after the job has completed (success/failure).
void setJobPriorityAsInteger(int) Set JobPriority for this job.
 

Changed Fields
String DEFAULT_LOG_LEVEL Change in type from Level to String.
Default logging level for map/reduce tasks.