How to control YARN container allocation increment properly? How to control YARN container allocation increment properly? hadoop hadoop

How to control YARN container allocation increment properly?


According to the Cloudera docs, the default is 512 MB.

Yes, you'll need to set yarn.scheduler.increment-allocation-mb to 1200MB in order to have container size incremented in multiples of that.