|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobStatus | |
---|---|
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.mapreduce |
Uses of JobStatus in org.apache.hadoop.mapred |
---|
Subclasses of JobStatus in org.apache.hadoop.mapred | |
---|---|
class |
JobStatus
Describes the current status of a job. |
Methods in org.apache.hadoop.mapred with parameters of type JobStatus | |
---|---|
static JobStatus |
JobStatus.downgrade(JobStatus stat)
|
protected void |
JobQueueInfo.setJobStatuses(JobStatus[] stats)
|
Uses of JobStatus in org.apache.hadoop.mapreduce |
---|
Methods in org.apache.hadoop.mapreduce that return JobStatus | |
---|---|
JobStatus[] |
QueueInfo.getJobStatuses()
Get the jobs submitted to queue |
JobStatus |
Job.getStatus()
|
Methods in org.apache.hadoop.mapreduce with parameters of type JobStatus | |
---|---|
static Job |
Job.getInstance(Cluster cluster,
JobStatus status,
org.apache.hadoop.conf.Configuration conf)
|
protected void |
QueueInfo.setJobStatuses(JobStatus[] stats)
|
Constructors in org.apache.hadoop.mapreduce with parameters of type JobStatus | |
---|---|
QueueInfo(String queueName,
String schedulingInfo,
QueueState state,
JobStatus[] stats)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |