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 |
AvroJob.setCombinerClass(JobConf job,
Class<? extends AvroReducer> c)
Configure a job's combiner implementation.
|
static void |
AvroJob.setReducerClass(JobConf job,
Class<? extends AvroReducer> c)
Configure a job's reducer implementation.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.