Using streaming
, I set the number of map
to 200
, like this:
-D mapred.map.tasks=200 -D mapred.job.map.capacity=200
But later I found that the number of running mappers is just 9, with 500+ mapper tasks pending. This looks pretty weird to me, cuz I think there should 200
running, right? WHY just 9 running?