On Hadoop YARN, if I have more containers to run map task or reduce task, would it become faster to process a job?
So if that's true when I make container allocation memory smaller than default, I can get more containers run on the host, and make the job faster.
And how about vcore, I mean if we have more containers to run, but it will run one by one according to vcore allocation right? In other words, whether many containers or few, it still runs one by one.