Package org.apache.hadoop.io
Class MapFile.Merger
java.lang.Object
org.apache.hadoop.io.MapFile.Merger
- Enclosing class:
- MapFile
Class to merge multiple MapFiles of same Key and Value types to one MapFile
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Merger
- Throws:
IOException
-
-
Method Details
-
merge
Merge multiple MapFiles to one Mapfile.- Parameters:
inMapFiles- input inMapFiles.deleteInputs- deleteInputs.outMapFile- input outMapFile.- Throws:
IOException- raised on errors performing I/O.
-