Re: Maps getting stuck at 100%

2009-11-24 Thread himanshu chandola
"mapreduce-user@hadoop.apache.org" Sent: Tue, November 24, 2009 4:11:01 AM Subject: Re: Maps getting stuck at 100% Re: Maps getting stuck at 100% Even if code is the same, if the data it processes has changed (for eg: date related data), or the parameters are different(for eg:sort/spill

Re: Maps getting stuck at 100%

2009-11-24 Thread Rekha Joshi
From: Todd Lipcon To: mapreduce-user@hadoop.apache.org Sent: Tue, November 24, 2009 2:52:51 AM Subject: Re: Maps getting stuck at 100% Hi Himanshu, The map progress percentage is calculated based on the input read, rather than the processing actually done. So, if you're

Re: Maps getting stuck at 100%

2009-11-24 Thread himanshu chandola
nt: Tue, November 24, 2009 2:52:51 AM Subject: Re: Maps getting stuck at 100% Hi Himanshu, The map progress percentage is calculated based on the input read, rather than the processing actually done. So, if you're doing a lot of work in your mapper, or reading ahead of what you've proce

Re: Maps getting stuck at 100%

2009-11-23 Thread Todd Lipcon
Hi Himanshu, The map progress percentage is calculated based on the input read, rather than the processing actually done. So, if you're doing a lot of work in your mapper, or reading ahead of what you've processed, you'll see this behavior reasonably often. It also can show up sometimes in streami

Maps getting stuck at 100%

2009-11-23 Thread himanshu chandola
Hi, I use cloudera's distribution for hadoop. What I see is that a small fraction of maps get stuck at 100%. They show up as 100% but continue running. After a lot of delay, they succeed finally but it takes a while, like 10 mins from the time when they show up as 100%. We recently reformatted