Generated by
JDiff

Class org.apache.hadoop.mapred.JobProfile

Added Constructors
JobProfile(String, JobID, String, String, String) Construct a JobProfile the userid, jobid, job config-file, job-details url and job name.
 

Changed Constructors
JobProfile(String, String, String, String, String) Now deprecated.
use JobProfile(String, JobID, String, String, String) instead
 

Added Methods
JobID getJobID() Get the job id.
 

Changed Methods
String getJobId() Now deprecated.
use getJobID() instead