I checked cdh3b2.
>From TaskInProgress:
private void setMaxTaskAttempts() {
if (isMapTask()) {
this.maxTaskAttempts = conf.getMaxMapAttempts();
} else {
It should work.
What hadoop version are you using ?
On Fri, Nov 5, 2010 at 3:55 PM, Keith Wiley <[email protected]> wrote:
> Has anyone else observed setMaxMapAttempts() not having any effect? I'm
> still seeing four attempts per mapper task.
>
>
> ________________________________________________________________________________
> Keith Wiley [email protected]
> www.keithwiley.com
>
> "It's a fine line between meticulous and obsessive-compulsive and a
> slippery
> rope between obsessive-compulsive and debilitatingly slow."
> -- Keith Wiley
>
> ________________________________________________________________________________
>
>