Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.19.0
-
None
-
None
-
Reviewed
Description
The disk space estimation introduced in HADOOP-657 performs badly under some circumstances. In particular, if maps have very small output, the initial estimate of output size equals input size throws everything off.
Fix is to use a smaller initial estimate, and to update it appropriately.