public static class BaileyBorweinPlouffe.BbpMapper extends Mapper<LongWritable,IntWritable,LongWritable,BytesWritable>
Mapper.Context| Constructor and Description |
|---|
BaileyBorweinPlouffe.BbpMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
map(LongWritable offset,
IntWritable length,
Mapper.Context context)
Compute the (offset+1)th to (offset+length)th digits.
|
protected void map(LongWritable offset, IntWritable length, Mapper.Context context) throws IOException, InterruptedException
map in class Mapper<LongWritable,IntWritable,LongWritable,BytesWritable>IOExceptionInterruptedExceptionCopyright © 2013 Apache Software Foundation. All rights reserved.