|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapred.JobProfile
@InterfaceAudience.LimitedPrivate(value="MapReduce") @InterfaceStability.Unstable public class JobProfile
A JobProfile is a MapReduce primitive. Tracks a job, whether living or dead.
Constructor Summary | |
---|---|
JobProfile()
Construct an empty JobProfile . |
|
JobProfile(String user,
JobID jobid,
String jobFile,
String url,
String name)
Construct a JobProfile the userid, jobid,
job config-file, job-details url and job name. |
|
JobProfile(String user,
JobID jobid,
String jobFile,
String url,
String name,
String queueName)
Construct a JobProfile the userid, jobid,
job config-file, job-details url and job name. |
|
JobProfile(String user,
String jobid,
String jobFile,
String url,
String name)
Deprecated. use JobProfile(String, JobID, String, String, String) instead |
Method Summary | |
---|---|
String |
getJobFile()
Get the configuration file for the job. |
String |
getJobId()
Deprecated. use getJobID() instead |
JobID |
getJobID()
Get the job id. |
String |
getJobName()
Get the user-specified job name. |
String |
getQueueName()
Get the name of the queue to which the job is submitted. |
URL |
getURL()
Get the link to the web-ui for details of the job. |
String |
getUser()
Get the user id. |
void |
readFields(DataInput in)
|
void |
write(DataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JobProfile()
JobProfile
.
public JobProfile(String user, JobID jobid, String jobFile, String url, String name)
JobProfile
the userid, jobid,
job config-file, job-details url and job name.
user
- userid of the person who submitted the job.jobid
- id of the job.jobFile
- job configuration file.url
- link to the web-ui for details of the job.name
- user-specified job name.public JobProfile(String user, JobID jobid, String jobFile, String url, String name, String queueName)
JobProfile
the userid, jobid,
job config-file, job-details url and job name.
user
- userid of the person who submitted the job.jobid
- id of the job.jobFile
- job configuration file.url
- link to the web-ui for details of the job.name
- user-specified job name.queueName
- name of the queue to which the job is submitted@Deprecated public JobProfile(String user, String jobid, String jobFile, String url, String name)
Method Detail |
---|
public String getUser()
public JobID getJobID()
@Deprecated public String getJobId()
public String getJobFile()
public URL getURL()
public String getJobName()
public String getQueueName()
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |