| Package | Description | 
|---|---|
| org.apache.avro.mapred | 
 Run Hadoop MapReduce jobs over
Avro data, with map and reduce functions written in Java. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
AvroMultipleInputs.addInputPath(org.apache.hadoop.mapred.JobConf conf,
            org.apache.hadoop.fs.Path path,
            Class<? extends AvroMapper> mapperClass,
            Schema inputSchema)
 | 
static void | 
AvroJob.setMapperClass(org.apache.hadoop.mapred.JobConf job,
              Class<? extends AvroMapper> c)
Configure a job's mapper implementation. 
 | 
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.