Uses of Class
org.apache.hadoop.mapreduce.StatusReporter

Packages that use StatusReporter
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.task   
 

Uses of StatusReporter in org.apache.hadoop.mapred
 

Subclasses of StatusReporter in org.apache.hadoop.mapred
 class Task.TaskReporter
           
 

Methods in org.apache.hadoop.mapred with parameters of type StatusReporter
protected static
<INKEY,INVALUE,OUTKEY,OUTVALUE>
Reducer.Context
Task.createReduceContext(Reducer<INKEY,INVALUE,OUTKEY,OUTVALUE> reducer, org.apache.hadoop.conf.Configuration job, TaskAttemptID taskId, RawKeyValueIterator rIter, Counter inputKeyCounter, Counter inputValueCounter, RecordWriter<OUTKEY,OUTVALUE> output, OutputCommitter committer, StatusReporter reporter, org.apache.hadoop.io.RawComparator<INKEY> comparator, java.lang.Class<INKEY> keyClass, java.lang.Class<INVALUE> valueClass)
           
 

Uses of StatusReporter in org.apache.hadoop.mapreduce.task
 

Subclasses of StatusReporter in org.apache.hadoop.mapreduce.task
static class TaskAttemptContextImpl.DummyReporter
           
 

Constructors in org.apache.hadoop.mapreduce.task with parameters of type StatusReporter
MapContextImpl(org.apache.hadoop.conf.Configuration conf, TaskAttemptID taskid, RecordReader<KEYIN,VALUEIN> reader, RecordWriter<KEYOUT,VALUEOUT> writer, OutputCommitter committer, StatusReporter reporter, InputSplit split)
           
ReduceContextImpl(org.apache.hadoop.conf.Configuration conf, TaskAttemptID taskid, RawKeyValueIterator input, Counter inputKeyCounter, Counter inputValueCounter, RecordWriter<KEYOUT,VALUEOUT> output, OutputCommitter committer, StatusReporter reporter, org.apache.hadoop.io.RawComparator<KEYIN> comparator, java.lang.Class<KEYIN> keyClass, java.lang.Class<VALUEIN> valueClass)
           
TaskAttemptContextImpl(org.apache.hadoop.conf.Configuration conf, TaskAttemptID taskId, StatusReporter reporter)
           
TaskInputOutputContextImpl(org.apache.hadoop.conf.Configuration conf, TaskAttemptID taskid, RecordWriter<KEYOUT,VALUEOUT> output, OutputCommitter committer, StatusReporter reporter)
           
 



Copyright © 2009 The Apache Software Foundation