Uses of Interface
org.apache.hadoop.mapreduce.task.reduce.ExceptionReporter

Packages that use ExceptionReporter
org.apache.hadoop.mapreduce.task.reduce   
 

Uses of ExceptionReporter in org.apache.hadoop.mapreduce.task.reduce
 

Classes in org.apache.hadoop.mapreduce.task.reduce that implement ExceptionReporter
 class Shuffle<K,V>
           
 

Constructors in org.apache.hadoop.mapreduce.task.reduce with parameters of type ExceptionReporter
MergeManagerImpl(TaskAttemptID reduceId, JobConf jobConf, org.apache.hadoop.fs.FileSystem localFS, org.apache.hadoop.fs.LocalDirAllocator localDirAllocator, Reporter reporter, org.apache.hadoop.io.compress.CompressionCodec codec, Class<? extends Reducer> combinerClass, Task.CombineOutputCollector<K,V> combineCollector, Counters.Counter spilledRecordsCounter, Counters.Counter reduceCombineInputCounter, Counters.Counter mergedMapOutputsCounter, ExceptionReporter exceptionReporter, org.apache.hadoop.util.Progress mergePhase, MapOutputFile mapOutputFile)
           
ShuffleSchedulerImpl(JobConf job, TaskStatus status, TaskAttemptID reduceId, ExceptionReporter reporter, org.apache.hadoop.util.Progress progress, Counters.Counter shuffledMapsCounter, Counters.Counter reduceShuffleBytes, Counters.Counter failedShuffleCounter)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.