Re: default number of reducers

2015-04-30 Thread Akhil Das
This is spark mailing list :/ Yes, you can configure the following in the mapred-site.xml for that: mapred.tasktracker.map.tasks.maximum 4 Thanks Best Regards On Tue, Apr 28, 2015 at 11:00 PM, Shushant Arora wrote: > In Normal MR job can I configure ( cluster wide) default num

default number of reducers

2015-04-28 Thread Shushant Arora
In Normal MR job can I configure ( cluster wide) default number of reducers - if I don't specify any reducers in my job