Uses of Interface
org.apache.hadoop.mapred.OutputCollector
Packages that use OutputCollector
Package
Description
-
Uses of OutputCollector in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred with parameters of type OutputCollectorModifier and TypeMethodDescriptionvoidMaps 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 OutputCollector in org.apache.hadoop.mapred.lib
Methods in org.apache.hadoop.mapred.lib that return OutputCollectorModifier 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.Methods in org.apache.hadoop.mapred.lib with parameters of type OutputCollectorModifier and TypeMethodDescriptionvoidChainMapper.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) -
Uses of OutputCollector in org.apache.hadoop.mapred.lib.aggregate
Methods in org.apache.hadoop.mapred.lib.aggregate with parameters of type OutputCollectorModifier 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)