Try increasing the timeout,  make it 1800 or 3600 seconds.

On Fri, Feb 13, 2009 at 9:05 PM, Trọng Trần Bình <[email protected]>wrote:

> In the hadoop-default.xml file:
>
> <property>
>      <name>mapred.task.timeout</name>
>      <value>600000</value>
>      <description>The number of milliseconds before a task will be
>      terminated if it neither reads an input, writes an output, nor
>      updates its status string.
>      </description>
> </property>
>
> - In this job,  we've download a URI from internet and we've read and write
> on to Hadoop/HBase as follows:
>
> + Read some columns in the HBase
> + Write file on to Hadoop
> + Read file from Hadoop
>
> - When I download a site, we have some delay time but total of those
> delaytimes are less 60 seconds
>
> please help us!
>
>
> 2009/2/14 nguyenhuynh <[email protected]>
>
> > Hi all,
> >
> >
> > when I running map/reduce job on hadoop/hbase. I found an error in map
> > task:
> >
> >        Task attempt_200902131400_0003_m_000000_0 failed to report status
> > for 600 seconds. Killing!
> >        Task attempt_200902131400_0003_m_000000_1 failed to report status
> > for 602 seconds. Killing!
> >        Task attempt_200902131400_0003_m_000000_2 failed to report status
> > for 600 seconds. Killing!
> >        Task attempt_200902131400_0003_m_000000_3 failed to report status
> > for 603 seconds. Killing!
> >
> > Please, help me!
> > Thanks,
> >
> > Best regard,
> > NguyenHuynh.
> >
> >
> >
>

Reply via email to