Uses of Class
org.apache.avro.mapred.AvroCollector
Package
Description
Run Hadoop MapReduce jobs over
Avro data, with map and reduce functions written in Java.
-
Uses of AvroCollector in org.apache.avro.mapred
Modifier and TypeMethodDescriptionAvroMultipleOutputs.getCollector
(String namedOutput, String multiName, Reporter reporter) Gets the output collector for a named output.AvroMultipleOutputs.getCollector
(String namedOutput, Reporter reporter) Deprecated.Modifier and TypeMethodDescriptionvoid
AvroMapper.map
(IN datum, AvroCollector<OUT> collector, Reporter reporter) Called with each map input datum.void
Called with all map output values with a given key.
AvroMultipleOutputs.collect(java.lang.String, org.apache.hadoop.mapred.Reporter, java.lang.Object)
method for collecting output