org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Toolpublic class BaileyBorweinPlouffe
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
| Modifier and Type | Class | 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 | Description |
|---|---|---|
static java.lang.String |
DESCRIPTION |
| Constructor | Description |
|---|---|
BaileyBorweinPlouffe() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] argv) |
The main method for running it as a stand alone command.
|
int |
run(java.lang.String[] args) |
Parse arguments and then runs a map/reduce job.
|
public static final java.lang.String DESCRIPTION
public int run(java.lang.String[] args)
throws java.io.IOException
run in interface org.apache.hadoop.util.Tooljava.io.IOExceptionpublic static void main(java.lang.String[] argv)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.