public static class BaileyBorweinPlouffe.BbpReducer extends org.apache.hadoop.mapreduce.Reducer<LongWritable,BytesWritable,LongWritable,BytesWritable>
org.apache.hadoop.mapreduce.Reducer.Context| Constructor and Description |
|---|
BbpReducer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup(org.apache.hadoop.mapreduce.Reducer.Context context)
Write output to files.
|
protected void |
reduce(LongWritable offset,
Iterable<BytesWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
Concatenate map outputs.
|
run, setupprotected void reduce(LongWritable offset, Iterable<BytesWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
reduce in class org.apache.hadoop.mapreduce.Reducer<LongWritable,BytesWritable,LongWritable,BytesWritable>IOExceptionInterruptedExceptionprotected void cleanup(org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
cleanup in class org.apache.hadoop.mapreduce.Reducer<LongWritable,BytesWritable,LongWritable,BytesWritable>IOExceptionInterruptedExceptionCopyright © 2018 CERN. All Rights Reserved.