You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Jeff Zhang <zj...@gmail.com> on 2011/05/10 10:32:30 UTC

What is the property for setting the number of tolerated failure task in one job

Hi all,

I just remember there's a property for setting the number of failure task
can been tolerated in one job. Does anyone know what's the property name ?


-- 
Best Regards

Jeff Zhang

Re: What is the property for setting the number of tolerated failure task in one job

Posted by Jeff Zhang <zj...@gmail.com>.
Thanks

On Tue, May 10, 2011 at 11:48 PM, Amar Kamat <am...@yahoo-inc.com> wrote:

>  The property to set the max number of task failures a job can tolerate is
> ‘mapred.max.map.failures.percent’ in the old API and
> ‘mapreduce.map.failures.maxpercent’ in the new API. This determines the
> job faillure.
> Amar
>
>
>
> On 5/10/11 2:02 PM, "Jeff Zhang" <zj...@gmail.com> wrote:
>
>
> Hi all,
>
> I just remember there's a property for setting the number of failure task
> can been tolerated in one job. Does anyone know what's the property name ?
>
>


-- 
Best Regards

Jeff Zhang

Re: What is the property for setting the number of tolerated failure task in one job

Posted by Amar Kamat <am...@yahoo-inc.com>.
The property to set the max number of task failures a job can tolerate is 'mapred.max.map.failures.percent' in the old API and 'mapreduce.map.failures.maxpercent' in the new API. This determines the job faillure.
Amar


On 5/10/11 2:02 PM, "Jeff Zhang" <zj...@gmail.com> wrote:


Hi all,

I just remember there's a property for setting the number of failure task can been tolerated in one job. Does anyone know what's the property name ?