HI,I am bulk importing (updating) data iteratively and I would like to be able to set the number of reducers at a M/R task, to be different from the number of regions of the table to which I am updating data.
I tried it through job.setNumReduceTasks(#reducers), but the job ignored it.Is there a way to avoid an intermediary job and to set the number of reducers explicitly ?
I would be grateful if anyone could shed a light to this. Thanks and regards, Ioakim
