public class FileMBR
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FileMBR.Combine |
static class |
FileMBR.FileMBRMapper |
static class |
FileMBR.MBROutputCommitter
This output committer caches the MBR calculated for the input file such
that subsequent calls to FileMBR will return the answer right away.
|
static class |
FileMBR.Reduce |
Modifier and Type | Field and Description |
---|---|
static RunningJob |
lastSubmittedJob
Last submitted MBR MapReduce job
|
static long |
sizeOfLastProcessedFile
Keeps track of the size of last processed file.
|
Constructor and Description |
---|
FileMBR() |
Modifier and Type | Method and Description |
---|---|
static Partition |
fileMBR(Path[] files,
OperationsParams params) |
static Partition |
fileMBR(Path file,
OperationsParams params) |
static void |
main(java.lang.String[] args) |
public static long sizeOfLastProcessedFile
public static RunningJob lastSubmittedJob
public static Partition fileMBR(Path file, OperationsParams params) throws java.io.IOException
java.io.IOException
public static Partition fileMBR(Path[] files, OperationsParams params) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args) throws java.io.IOException
args
- java.io.IOException