public class BaileyBorweinPlouffe
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.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.
|
public static final String DESCRIPTION
public int run(String[] args) throws IOException
run in interface org.apache.hadoop.util.ToolIOExceptionCopyright © 2008–2020 Apache Software Foundation. All rights reserved.