public class DistributedCopy
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DistributedCopy.BlockInputFormat
An input format that returns blocks of binary data as values.
|
static class |
DistributedCopy.BlockOutputCommitter
Concatenates output files to generate an exact copy of the input dir.
|
static class |
DistributedCopy.BlockOutputFormat |
static class |
DistributedCopy.BlockRecordReader
Reads blocks of binary arrays from input file.
|
static class |
DistributedCopy.FileBlockIndex
Holds information about a block in a file with a specific index.
|
static class |
DistributedCopy.FileBlockSplit
An extended version of FileSplit that also stores the position of the
block in the file.
|
Constructor and Description |
---|
DistributedCopy() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |