org.apache.hadoop.mapred.gridmix
Class SleepJob.SleepReducer
java.lang.Object
org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.mapred.gridmix.GridmixKey,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>
org.apache.hadoop.mapred.gridmix.SleepJob.SleepReducer
- Enclosing class:
- SleepJob
public static class SleepJob.SleepReducer
- extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.mapred.gridmix.GridmixKey,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>
| Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Reducer |
org.apache.hadoop.mapreduce.Reducer.Context |
|
Method Summary |
protected void |
cleanup(org.apache.hadoop.mapreduce.Reducer.Context context)
|
protected void |
setup(org.apache.hadoop.mapreduce.Reducer.Context context)
|
| Methods inherited from class org.apache.hadoop.mapreduce.Reducer |
reduce, run |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SleepJob.SleepReducer
public SleepJob.SleepReducer()
setup
protected void setup(org.apache.hadoop.mapreduce.Reducer.Context context)
throws IOException,
InterruptedException
- Overrides:
setup in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.mapred.gridmix.GridmixKey,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>
- Throws:
IOException
InterruptedException
cleanup
protected void cleanup(org.apache.hadoop.mapreduce.Reducer.Context context)
throws IOException,
InterruptedException
- Overrides:
cleanup in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.mapred.gridmix.GridmixKey,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>
- Throws:
IOException
InterruptedException
Copyright © 2012 Apache Software Foundation. All Rights Reserved.