public static class MRRSleepJob.ISleepReducer extends org.apache.hadoop.mapreduce.Reducer<IntWritable,IntWritable,IntWritable,IntWritable>
| Constructor and Description |
|---|
ISleepReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(IntWritable key,
Iterable<IntWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context context) |
protected void |
setup(org.apache.hadoop.mapreduce.Reducer.Context context) |
protected void setup(org.apache.hadoop.mapreduce.Reducer.Context context)
throws IOException,
InterruptedException
setup in class org.apache.hadoop.mapreduce.Reducer<IntWritable,IntWritable,IntWritable,IntWritable>IOExceptionInterruptedExceptionpublic void reduce(IntWritable key, Iterable<IntWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
reduce in class org.apache.hadoop.mapreduce.Reducer<IntWritable,IntWritable,IntWritable,IntWritable>IOExceptionInterruptedExceptionCopyright © 2021 Apache Software Foundation. All rights reserved.