public static class HitCounterProgram.Counter extends Reducer<Text,IntWritable,byte[],byte[]>
Reducer.Context| Constructor and Description |
|---|
HitCounterProgram.Counter() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(Text key,
Iterable<IntWritable> values,
Reducer.Context context) |
public void reduce(Text key, Iterable<IntWritable> values, Reducer.Context context) throws IOException, InterruptedException
reduce in class Reducer<Text,IntWritable,byte[],byte[]>IOExceptionInterruptedExceptionCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.