public class Shuffle
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Shuffle.Map |
static class |
Shuffle.Reduce |
| Constructor and Description |
|---|
Shuffle() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
static void |
randomizerMapReduce(Path infile,
Path outfile,
OperationsParams params)
Counts the exact number of lines in a file by issuing a MapReduce job
that does the thing
|
public static void randomizerMapReduce(Path infile,
Path outfile,
OperationsParams params)
throws java.io.IOException
conf - infs - infile - java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
args - java.io.IOException