Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.1.1-beta
-
None
-
None
-
None
Description
MAPREDUCE-1981 introduced an optimization to drastically reduce the number of namenode operations required to compute input splits when processing a directory. However it requires more memory to perform this optimization as it retains the full LocatedFileStatus object for all input files while computing the splits. This can lead to odd situations for users where using a directory as input can run the job client out of heap space but using directory/* as the input spec allows it to run within the original heap space.
Attachments
Issue Links
- relates to
-
MAPREDUCE-1981 Improve getSplits performance by using listLocatedStatus
- Closed