Class AvroMapper<IN,OUT>

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.avro.mapred.AvroMapper<IN,OUT>
All Implemented Interfaces:
Closeable, AutoCloseable, Configurable, JobConfigurable

public class AvroMapper<IN,OUT> extends Configured implements JobConfigurable, Closeable
A mapper for Avro data.

Applications subclass this class and pass their subclass to AvroJob.setMapperClass(JobConf, Class), overriding map(Object, AvroCollector, Reporter).