|
Hi,
the number of required buffers depends a lot on the job. If a job needs to send data to operators running on other machines, it needs buffers to do that.
Operations like reduce or join usually need many buffers. If you just have a bunch of chained mappers, the requirements are lower.
Increasing the number of buffers will really solve this problem.
|