Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
Improved MultiFileInputFormat so that multiple blocks from the same node or same rack can be combined into a single split.
Description
The MultiFileInputFormat takes a set of paths and creates splits based on file sizes. Each splits contains a few files an each split are roughly equal in size. It would be efficient if we can extend this InputFormat to create splits such each all the blocks in one split and either node-local or rack-local.
Attachments
Attachments
Issue Links
- blocks
-
HIVE-74 Hive can use CombineFileInputFormat for when the input are many small files
- Closed
- duplicates
-
HADOOP-2560 Processing multiple input splits per mapper task
- Resolved
- is blocked by
-
HADOOP-3293 When an input split spans cross block boundary, the split location should be the host having most of bytes on it.
- Closed
-
HADOOP-4567 GetFileBlockLocations should return the NetworkTopology information of the machines that hosts those blocks
- Closed
- is depended upon by
-
MAPREDUCE-214 Concrete implementation of MultiFileInputFormat
- Open