Re: last map task taking too long

2009-09-30 Thread achilles852
p = 2.744688836991468 >> 2009-09-30 04:36:43,966 INFO org.apache.hadoop.mapred.JobTracker: Removed >> completed task 'attempt_200909300419_0001_m_02_1' from >> 'tracker_domU-12-31-39-03-BA-14.compute-1.internal:localhost.localdomain/ >> 127.0.0.1:54570' >> 2009

Re: last map task taking too long

2009-09-30 Thread Thushara Wijeratna
ed > completed task 'attempt_200909300419_0001_m_03_1' from > 'tracker_domU-12-31-39-02-F5-D8.compute-1.internal:localhost.localdomain/ > 127.0.0.1:60031' > ------------ > [End of JobTracker Logs] > -

RE: last map task taking too long

2009-09-30 Thread achilles852
sekar-2 wrote: > > Hi, > Can you provide info on the input like compression etc? Also, are you > using cached files in your map tasks? It might be helpful if you paste the > logs here after blanking your system specific info., as then one can find > out where till the reduce it wen

RE: last map task taking too long

2009-09-29 Thread achilles852
les852 [mailto:faheemk...@gmail.com] > Sent: Wednesday, September 30, 2009 6:38 AM > To: core-...@hadoop.apache.org > Subject: Re: last map task taking too long > > > Basically, it finishes what it is supposed to do (I view the logs to find > out), but does not move onto the redu

RE: last map task taking too long

2009-09-29 Thread Amogh Vasekar
. Thanks, Amogh -Original Message- From: achilles852 [mailto:faheemk...@gmail.com] Sent: Wednesday, September 30, 2009 6:38 AM To: core-...@hadoop.apache.org Subject: Re: last map task taking too long Basically, it finishes what it is supposed to do (I view the logs to find out), but does

Re: last map task taking too long

2009-09-29 Thread achilles852
Basically, it finishes what it is supposed to do (I view the logs to find out), but does not move onto the reduce stage. Ted Dunning wrote: > > Is that last map task actually running, or is it pending? > > On Tue, Sep 29, 2009 at 5:57 PM, achilles852 wrote: > >> >> Hey.. I am trying to write

Re: last map task taking too long

2009-09-29 Thread Ted Dunning
Is that last map task actually running, or is it pending? On Tue, Sep 29, 2009 at 5:57 PM, achilles852 wrote: > > Hey.. I am trying to write a small mapreduce program. I launch a few map > tasks, each of which should complete within a certain time (say 5 > minutes)... all the tasks complete with