public static class BaileyBorweinPlouffe.BbpMapper extends org.apache.hadoop.mapreduce.Mapper<LongWritable,IntWritable,LongWritable,BytesWritable>
org.apache.hadoop.mapreduce.Mapper.Context| Constructor and Description |
|---|
BbpMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
map(LongWritable offset,
IntWritable length,
org.apache.hadoop.mapreduce.Mapper.Context context)
Compute the (offset+1)th to (offset+length)th digits.
|
cleanup, run, setupprotected void map(LongWritable offset, IntWritable length, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
map in class org.apache.hadoop.mapreduce.Mapper<LongWritable,IntWritable,LongWritable,BytesWritable>IOExceptionInterruptedExceptionCopyright © 2018 CERN. All Rights Reserved.