Hi, I have few input splits that are few MB in size. I want to submit 1 GB of input to every mapper. How can I do it ? Currently each mapper gets one input split that results in many small map-output files.
I tried setting -Dmapred.map.min.split.size=<number> , but still it does not take effect. Thanks, -JJ