public interface IReducer extends Serializable
Modifier and Type | Method and Description |
---|---|
Schema |
getInputSchema() |
List<String> |
getKeyColumns() |
List<Writable> |
reduce(List<List<Writable>> examplesList) |
void |
setInputSchema(Schema schema) |
Schema |
transform(Schema schema) |
Copyright © 2016. All rights reserved.