Details
Description
Jobs running on MRv1 with io.sort.mb=2047 (the current limit) are failing miserably on MRv2 due to an overflow bug in
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/MapTask.java
(which was fixed in MRv1 during the CDH3 to CDH4 transition)
The bug is fixed in CDH5, but is probably easy enough to be included in CDH4.7.0