Re: delay the execution of reducers

2010-11-28 Thread li ping
org.apache.hadoop.mapred.JobInProgress Maybe you find this class. On Mon, Nov 29, 2010 at 4:36 AM, Da Zheng wrote: > I have a problem with subscribing mapreduce mailing list. > > I use hadoop-0.20.2. I have added this parameter to mapred-site.xml. Is > there any way for me to check whether the

Re: delay the execution of reducers

2010-11-28 Thread Arun C Murthy
Moving to mapreduce-user@, bcc common-u...@. Please use project specific lists. mapreduce.reduce.slowstart.completed.maps is the right knob. Which version of hadoop are you running? If it isn't working, please open a jira. Thanks. Arun On Nov 27, 2010, at 11:40 PM, Da Zheng wrote: Hello,