|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobID | |
---|---|
org.apache.hadoop.mapred | A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. |
org.apache.hadoop.mapred.jobcontrol | Utilities for managing dependent jobs. |
org.apache.hadoop.streaming | Hadoop Streaming is a utility which allows users to create and run Map-Reduce jobs with any executables (e.g. |
Uses of JobID in org.apache.hadoop.mapred |
---|
Methods in org.apache.hadoop.mapred that return JobID | |
---|---|
static JobID |
JobID.downgrade(JobID old)
Deprecated. Downgrade a new JobID to an old one |
static JobID |
JobID.forName(String str)
Deprecated. Construct a JobId object from given string |
JobID |
RunningJob.getID()
Deprecated. Get the job identifier. |
JobID |
TaskID.getJobID()
Deprecated. |
JobID |
TaskAttemptID.getJobID()
Deprecated. |
JobID |
JobStatus.getJobID()
Deprecated. |
static JobID |
JobID.read(DataInput in)
Deprecated. |
Methods in org.apache.hadoop.mapred with parameters of type JobID | |
---|---|
void |
JobClient.displayTasks(JobID jobId,
String type,
String state)
Deprecated. Display the information about a job's tasks, of a particular type and in a particular state |
TaskReport[] |
JobClient.getCleanupTaskReports(JobID jobId)
Deprecated. Get the information of the current state of the cleanup tasks of a job. |
RunningJob |
JobClient.getJob(JobID jobid)
Deprecated. Get an RunningJob object to track an ongoing job. |
TaskReport[] |
JobClient.getMapTaskReports(JobID jobId)
Deprecated. Get the information of the current state of the map tasks of a job. |
TaskReport[] |
JobClient.getReduceTaskReports(JobID jobId)
Deprecated. Get the information of the current state of the reduce tasks of a job. |
TaskReport[] |
JobClient.getSetupTaskReports(JobID jobId)
Deprecated. Get the information of the current state of the setup tasks of a job. |
Constructors in org.apache.hadoop.mapred with parameters of type JobID | |
---|---|
JobStatus(JobID jobid,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
int runState,
JobPriority jp,
String user,
String jobName,
String jobFile,
String trackingUrl)
Deprecated. Create a job status object for a given jobid. |
|
JobStatus(JobID jobid,
float mapProgress,
float reduceProgress,
float cleanupProgress,
int runState,
JobPriority jp,
String user,
String jobName,
String jobFile,
String trackingUrl)
Deprecated. Create a job status object for a given jobid. |
|
JobStatus(JobID jobid,
float mapProgress,
float reduceProgress,
float cleanupProgress,
int runState,
String user,
String jobName,
String jobFile,
String trackingUrl)
Deprecated. Create a job status object for a given jobid. |
|
JobStatus(JobID jobid,
float mapProgress,
float reduceProgress,
int runState,
String user,
String jobName,
String jobFile,
String trackingUrl)
Deprecated. Create a job status object for a given jobid. |
Uses of JobID in org.apache.hadoop.mapred.jobcontrol |
---|
Methods in org.apache.hadoop.mapred.jobcontrol that return JobID | |
---|---|
JobID |
Job.getAssignedJobID()
Deprecated. |
Methods in org.apache.hadoop.mapred.jobcontrol with parameters of type JobID | |
---|---|
void |
Job.setAssignedJobID(JobID mapredJobID)
Deprecated. setAssignedJobID should not be called. JOBID is set by the framework. |
Uses of JobID in org.apache.hadoop.streaming |
---|
Fields in org.apache.hadoop.streaming declared as JobID | |
---|---|
protected JobID |
StreamJob.jobId_
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |