Description
Ran into an issue where the mapred.min.split.size wasn't being respected by the CombineFileInputFormat when it was specified via the inputConf options on the Source. This happens b/c the CombineFileInputFormat doesn't use the version of the JobContext that has been configured w/the Source-specific inputConf information. The fix is tiny.