|
|
+
Serge Blazhiyevskyy 2012-11-20, 15:14
-
Re: parameter to control number of retriesHarsh J 2012-11-20, 15:23
Sure, tweak mapred.map.max.attempts or mapred.reduce.max.attempts in
your job to set the maximum number of failed task retries for map and reduce tasks of a job respectively. Both default to 4. On Tue, Nov 20, 2012 at 8:44 PM, Serge Blazhiyevskyy <[EMAIL PROTECTED]> wrote: > Hi, > > I am looking for a parameter to control number of retries for failed task. > > Can anybody point me to the right direction? > > Thanks > Serge -- Harsh J |