Uses of Interface
org.apache.hadoop.mapred.Reporter
Packages that use Reporter
Package
Description
-
Uses of Reporter in org.apache.hadoop.mapred
Fields in org.apache.hadoop.mapred declared as ReporterModifier and TypeFieldDescriptionstatic final ReporterReporter.NULLA constant of Reporter type that does nothing.Methods in org.apache.hadoop.mapred with parameters of type ReporterModifier and TypeMethodDescriptionvoidClose thisRecordWriterto future operations.abstract RecordReader<K,V> FileInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) FixedLengthInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) InputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) Get theRecordReaderfor the givenInputSplit.KeyValueTextInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) abstract RecordReader<K,V> MultiFileInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) SequenceFileAsBinaryInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) SequenceFileAsTextInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) SequenceFileInputFilter.getRecordReader(InputSplit split, JobConf job, Reporter reporter) Create a record reader for the given splitSequenceFileInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) TextInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) voidMaps a single input key/value pair into an intermediate key/value pair.voidReduces values for a given key.voidMapRunnable.run(RecordReader<K1, V1> input, OutputCollector<K2, V2> output, Reporter reporter) Start mapping input<key, value>pairs.voidMapRunner.run(RecordReader<K1, V1> input, OutputCollector<K2, V2> output, Reporter reporter) -
Uses of Reporter in org.apache.hadoop.mapred.join
Methods in org.apache.hadoop.mapred.join with parameters of type ReporterModifier and TypeMethodDescriptionComposableInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) CompositeInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) Construct a CompositeRecordReader for the children of this InputFormat as defined in the init expression. -
Uses of Reporter in org.apache.hadoop.mapred.lib
Fields in org.apache.hadoop.mapred.lib declared as ReporterMethods in org.apache.hadoop.mapred.lib with parameters of type ReporterModifier and TypeMethodDescriptionMultipleOutputs.getCollector(String namedOutput, String multiName, Reporter reporter) Gets the output collector for a multi named output.MultipleOutputs.getCollector(String namedOutput, Reporter reporter) Gets the output collector for a named output.abstract RecordReader<K,V> CombineFileInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) This is not implemented yet.CombineSequenceFileInputFormat.getRecordReader(InputSplit split, JobConf conf, Reporter reporter) CombineTextInputFormat.getRecordReader(InputSplit split, JobConf conf, Reporter reporter) NLineInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) voidChainMapper.map(Object key, Object value, OutputCollector output, Reporter reporter) Chains themap(...)methods of the Mappers in the chain.voidThe identify function.voidThe identity function.voidThe inverse function.voidRegexMapper.map(K key, Text value, OutputCollector<Text, LongWritable> output, Reporter reporter) voidTokenCountMapper.map(K key, Text value, OutputCollector<Text, LongWritable> output, Reporter reporter) voidChainReducer.reduce(Object key, Iterator values, OutputCollector output, Reporter reporter) Chains thereduce(...)method of the Reducer with themap(...)voidFieldSelectionMapReduce.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) voidWrites all keys and values directly to output.voidLongSumReducer.reduce(K key, Iterator<LongWritable> values, OutputCollector<K, LongWritable> output, Reporter reporter) voidMultithreadedMapRunner.run(RecordReader<K1, V1> input, OutputCollector<K2, V2> output, Reporter reporter) Constructors in org.apache.hadoop.mapred.lib with parameters of type ReporterModifierConstructorDescriptionCombineFileRecordReader(JobConf job, CombineFileSplit split, Reporter reporter, Class<RecordReader<K, V>> rrClass) A generic RecordReader that can hand out different recordReaders for each chunk in the CombineFileSplit.protectedCombineFileRecordReaderWrapper(FileInputFormat<K, V> inputFormat, CombineFileSplit split, Configuration conf, Reporter reporter, Integer idx) -
Uses of Reporter in org.apache.hadoop.mapred.lib.aggregate
Methods in org.apache.hadoop.mapred.lib.aggregate with parameters of type ReporterModifier and TypeMethodDescriptionvoidDo nothing.voidthe map function.voidDo nothing.voidValueAggregatorCombiner.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) Combines values for a given key.voidValueAggregatorMapper.reduce(Text arg0, Iterator<Text> arg1, OutputCollector<Text, Text> arg2, Reporter arg3) Do nothing.voidValueAggregatorReducer.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) -
Uses of Reporter in org.apache.hadoop.mapred.lib.db
Methods in org.apache.hadoop.mapred.lib.db with parameters of type ReporterModifier and TypeMethodDescriptionDBInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) Get theRecordReaderfor the givenInputSplit.