You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Redwane belmaati cherkaoui <re...@googlemail.com> on 2013/03/22 16:42:34 UTC

Fwd: About running a simple wordcount mapreduce

---------- Forwarded message ----------
From: Redwane belmaati cherkaoui <re...@googlemail.com>
Date: Fri, Mar 22, 2013 at 4:39 PM
Subject: About running a simple wordcount mapreduce
To: mapreduce-issues@hadoop.apache.org


Hi
I am trying to run  a wordcount mapreduce job on several files (<20 mb)
using two machines . I get stuck on 0% map 0% reduce.
The jobtracker log file shows the following warning:
 WARN org.apache.hadoop.mapred.JobInProgress: No room for map task. Node
hadoop0.novalocal has 8791384064 bytes free; but we expect map to take
1317624576693539401

Please help me ,
Best Regards,

Re: About running a simple wordcount mapreduce

Posted by Serge Blazhievsky <ha...@gmail.com>.
Check web ui how much space you have on hdfs???

Sent from my iPhone

On Mar 22, 2013, at 11:41 AM, Abdelrahman Shettia <as...@hortonworks.com> wrote:

> Hi Redwane , 
> 
> It is possible that the hosts which are running tasks are do not have enough space. Those dirs are confiugred in mapred-site.xml
> 
> 
> 
> On Fri, Mar 22, 2013 at 8:42 AM, Redwane belmaati cherkaoui <re...@googlemail.com> wrote:
>> 
>> 
>> ---------- Forwarded message ----------
>> From: Redwane belmaati cherkaoui <re...@googlemail.com>
>> Date: Fri, Mar 22, 2013 at 4:39 PM
>> Subject: About running a simple wordcount mapreduce
>> To: mapreduce-issues@hadoop.apache.org
>> 
>> 
>> Hi 
>> I am trying to run  a wordcount mapreduce job on several files (<20 mb) using two machines . I get stuck on 0% map 0% reduce.
>> The jobtracker log file shows the following warning:
>>  WARN org.apache.hadoop.mapred.JobInProgress: No room for map task. Node hadoop0.novalocal has 8791384064 bytes free; but we expect map to take 1317624576693539401
>> 
>> Please help me ,
>> Best Regards,
> 

Re: About running a simple wordcount mapreduce

Posted by Serge Blazhievsky <ha...@gmail.com>.
Check web ui how much space you have on hdfs???

Sent from my iPhone

On Mar 22, 2013, at 11:41 AM, Abdelrahman Shettia <as...@hortonworks.com> wrote:

> Hi Redwane , 
> 
> It is possible that the hosts which are running tasks are do not have enough space. Those dirs are confiugred in mapred-site.xml
> 
> 
> 
> On Fri, Mar 22, 2013 at 8:42 AM, Redwane belmaati cherkaoui <re...@googlemail.com> wrote:
>> 
>> 
>> ---------- Forwarded message ----------
>> From: Redwane belmaati cherkaoui <re...@googlemail.com>
>> Date: Fri, Mar 22, 2013 at 4:39 PM
>> Subject: About running a simple wordcount mapreduce
>> To: mapreduce-issues@hadoop.apache.org
>> 
>> 
>> Hi 
>> I am trying to run  a wordcount mapreduce job on several files (<20 mb) using two machines . I get stuck on 0% map 0% reduce.
>> The jobtracker log file shows the following warning:
>>  WARN org.apache.hadoop.mapred.JobInProgress: No room for map task. Node hadoop0.novalocal has 8791384064 bytes free; but we expect map to take 1317624576693539401
>> 
>> Please help me ,
>> Best Regards,
> 

Re: About running a simple wordcount mapreduce

Posted by Serge Blazhievsky <ha...@gmail.com>.
Check web ui how much space you have on hdfs???

Sent from my iPhone

On Mar 22, 2013, at 11:41 AM, Abdelrahman Shettia <as...@hortonworks.com> wrote:

> Hi Redwane , 
> 
> It is possible that the hosts which are running tasks are do not have enough space. Those dirs are confiugred in mapred-site.xml
> 
> 
> 
> On Fri, Mar 22, 2013 at 8:42 AM, Redwane belmaati cherkaoui <re...@googlemail.com> wrote:
>> 
>> 
>> ---------- Forwarded message ----------
>> From: Redwane belmaati cherkaoui <re...@googlemail.com>
>> Date: Fri, Mar 22, 2013 at 4:39 PM
>> Subject: About running a simple wordcount mapreduce
>> To: mapreduce-issues@hadoop.apache.org
>> 
>> 
>> Hi 
>> I am trying to run  a wordcount mapreduce job on several files (<20 mb) using two machines . I get stuck on 0% map 0% reduce.
>> The jobtracker log file shows the following warning:
>>  WARN org.apache.hadoop.mapred.JobInProgress: No room for map task. Node hadoop0.novalocal has 8791384064 bytes free; but we expect map to take 1317624576693539401
>> 
>> Please help me ,
>> Best Regards,
> 

Re: About running a simple wordcount mapreduce

Posted by Serge Blazhievsky <ha...@gmail.com>.
Check web ui how much space you have on hdfs???

Sent from my iPhone

On Mar 22, 2013, at 11:41 AM, Abdelrahman Shettia <as...@hortonworks.com> wrote:

> Hi Redwane , 
> 
> It is possible that the hosts which are running tasks are do not have enough space. Those dirs are confiugred in mapred-site.xml
> 
> 
> 
> On Fri, Mar 22, 2013 at 8:42 AM, Redwane belmaati cherkaoui <re...@googlemail.com> wrote:
>> 
>> 
>> ---------- Forwarded message ----------
>> From: Redwane belmaati cherkaoui <re...@googlemail.com>
>> Date: Fri, Mar 22, 2013 at 4:39 PM
>> Subject: About running a simple wordcount mapreduce
>> To: mapreduce-issues@hadoop.apache.org
>> 
>> 
>> Hi 
>> I am trying to run  a wordcount mapreduce job on several files (<20 mb) using two machines . I get stuck on 0% map 0% reduce.
>> The jobtracker log file shows the following warning:
>>  WARN org.apache.hadoop.mapred.JobInProgress: No room for map task. Node hadoop0.novalocal has 8791384064 bytes free; but we expect map to take 1317624576693539401
>> 
>> Please help me ,
>> Best Regards,
> 

Re: About running a simple wordcount mapreduce

Posted by Abdelrahman Shettia <as...@hortonworks.com>.
Hi Redwane ,

It is possible that the hosts which are running tasks are do not have
enough space. Those dirs are confiugred in mapred-site.xml



On Fri, Mar 22, 2013 at 8:42 AM, Redwane belmaati cherkaoui <
reduno1985@googlemail.com> wrote:

>
>
> ---------- Forwarded message ----------
> From: Redwane belmaati cherkaoui <re...@googlemail.com>
> Date: Fri, Mar 22, 2013 at 4:39 PM
> Subject: About running a simple wordcount mapreduce
> To: mapreduce-issues@hadoop.apache.org
>
>
> Hi
> I am trying to run  a wordcount mapreduce job on several files (<20 mb)
> using two machines . I get stuck on 0% map 0% reduce.
> The jobtracker log file shows the following warning:
>  WARN org.apache.hadoop.mapred.JobInProgress: No room for map task. Node
> hadoop0.novalocal has 8791384064 bytes free; but we expect map to take
> 1317624576693539401
>
> Please help me ,
> Best Regards,
>
>

Re: About running a simple wordcount mapreduce

Posted by Abdelrahman Shettia <as...@hortonworks.com>.
Hi Redwane ,

It is possible that the hosts which are running tasks are do not have
enough space. Those dirs are confiugred in mapred-site.xml



On Fri, Mar 22, 2013 at 8:42 AM, Redwane belmaati cherkaoui <
reduno1985@googlemail.com> wrote:

>
>
> ---------- Forwarded message ----------
> From: Redwane belmaati cherkaoui <re...@googlemail.com>
> Date: Fri, Mar 22, 2013 at 4:39 PM
> Subject: About running a simple wordcount mapreduce
> To: mapreduce-issues@hadoop.apache.org
>
>
> Hi
> I am trying to run  a wordcount mapreduce job on several files (<20 mb)
> using two machines . I get stuck on 0% map 0% reduce.
> The jobtracker log file shows the following warning:
>  WARN org.apache.hadoop.mapred.JobInProgress: No room for map task. Node
> hadoop0.novalocal has 8791384064 bytes free; but we expect map to take
> 1317624576693539401
>
> Please help me ,
> Best Regards,
>
>

Re: About running a simple wordcount mapreduce

Posted by Abdelrahman Shettia <as...@hortonworks.com>.
Hi Redwane ,

It is possible that the hosts which are running tasks are do not have
enough space. Those dirs are confiugred in mapred-site.xml



On Fri, Mar 22, 2013 at 8:42 AM, Redwane belmaati cherkaoui <
reduno1985@googlemail.com> wrote:

>
>
> ---------- Forwarded message ----------
> From: Redwane belmaati cherkaoui <re...@googlemail.com>
> Date: Fri, Mar 22, 2013 at 4:39 PM
> Subject: About running a simple wordcount mapreduce
> To: mapreduce-issues@hadoop.apache.org
>
>
> Hi
> I am trying to run  a wordcount mapreduce job on several files (<20 mb)
> using two machines . I get stuck on 0% map 0% reduce.
> The jobtracker log file shows the following warning:
>  WARN org.apache.hadoop.mapred.JobInProgress: No room for map task. Node
> hadoop0.novalocal has 8791384064 bytes free; but we expect map to take
> 1317624576693539401
>
> Please help me ,
> Best Regards,
>
>

Re: About running a simple wordcount mapreduce

Posted by Abdelrahman Shettia <as...@hortonworks.com>.
Hi Redwane ,

It is possible that the hosts which are running tasks are do not have
enough space. Those dirs are confiugred in mapred-site.xml



On Fri, Mar 22, 2013 at 8:42 AM, Redwane belmaati cherkaoui <
reduno1985@googlemail.com> wrote:

>
>
> ---------- Forwarded message ----------
> From: Redwane belmaati cherkaoui <re...@googlemail.com>
> Date: Fri, Mar 22, 2013 at 4:39 PM
> Subject: About running a simple wordcount mapreduce
> To: mapreduce-issues@hadoop.apache.org
>
>
> Hi
> I am trying to run  a wordcount mapreduce job on several files (<20 mb)
> using two machines . I get stuck on 0% map 0% reduce.
> The jobtracker log file shows the following warning:
>  WARN org.apache.hadoop.mapred.JobInProgress: No room for map task. Node
> hadoop0.novalocal has 8791384064 bytes free; but we expect map to take
> 1317624576693539401
>
> Please help me ,
> Best Regards,
>
>