Created 07-14-2017 08:41 AM
map.memory = 2G map.opt=2048M io.sort.mb=2047M will cause ERROR JAVA HEAP SIZE
map.memory = 2G map.opt=3096M io.sort.mb=2047M is fine;
why?
Created 08-18-2017 07:34 PM
What do you have following property set to "yarn.scheduler.minimum-allocation-mb". when you set map.memory = 2G, you might end up getting a 4GB container with opt 2048.