public class BaileyBorweinPlouffe extends Configured implements Tool
| Modifier and Type | Class and Description |
|---|---|
static class |
BaileyBorweinPlouffe.BbpInputFormat
Input format for the
BaileyBorweinPlouffe.BbpMapper. |
static class |
BaileyBorweinPlouffe.BbpMapper
Mapper class computing digits of Pi.
|
static class |
BaileyBorweinPlouffe.BbpReducer
Reducer for concatenating map outputs.
|
static class |
BaileyBorweinPlouffe.BbpSplit
Input split for the
BaileyBorweinPlouffe.BbpInputFormat. |
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
| Constructor and Description |
|---|
BaileyBorweinPlouffe() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] argv)
The main method for running it as a stand alone command.
|
int |
run(String[] args)
Parse arguments and then runs a map/reduce job.
|
getConf, setConfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConf, setConfpublic static final String DESCRIPTION
public int run(String[] args) throws IOException
run in interface ToolIOExceptionCopyright © 2018 CERN. All Rights Reserved.