public class TaskSchemas
extends java.lang.Object
The mapper and combiner output key-value pairs conforming to the key and intermediate value schemas defined here. The reducer outputs key-value pairs conforming to the key and output value schemas.
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskSchemas.Builder |
| Modifier and Type | Method and Description |
|---|---|
org.apache.avro.Schema |
getIntermediateValueSchema() |
org.apache.avro.Schema |
getKeySchema() |
org.apache.avro.Schema |
getOutputValueSchema() |