public class CumulativeJacardReducer extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.Text>
Constructor and Description |
---|
CumulativeJacardReducer() |
Modifier and Type | Method and Description |
---|---|
protected void |
reduce(org.apache.hadoop.io.LongWritable time,
Iterable<org.apache.hadoop.io.Text> words,
org.apache.hadoop.mapreduce.Reducer.Context context) |
public CumulativeJacardReducer()
protected void reduce(org.apache.hadoop.io.LongWritable time, Iterable<org.apache.hadoop.io.Text> words, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
reduce
in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.Text>
IOException
InterruptedException