Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 37B30F676 for ; Fri, 22 Mar 2013 19:11:30 +0000 (UTC) Received: (qmail 89588 invoked by uid 500); 22 Mar 2013 19:11:25 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 89480 invoked by uid 500); 22 Mar 2013 19:11:25 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 89473 invoked by uid 99); 22 Mar 2013 19:11:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 19:11:25 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hadoop.ca@gmail.com designates 209.85.160.49 as permitted sender) Received: from [209.85.160.49] (HELO mail-pb0-f49.google.com) (209.85.160.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 19:11:20 +0000 Received: by mail-pb0-f49.google.com with SMTP id xa12so3226224pbc.8 for ; Fri, 22 Mar 2013 12:11:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:subject:references:from:content-type:x-mailer :in-reply-to:message-id:date:to:content-transfer-encoding :mime-version; bh=HT3YnCKm9vGA3cH9Fua7wznAp23xQlacnqGaXA9UwaE=; b=A6Zya+WwINkoZoc6JiaMAJJlwwZOjqgs+nw0d6/DGNmkURZzMRFn+8terumTeZyxVi +FR+4zSiZaksZADqkx21rQGr3a1knx9H11JceVbCXbd0QOFZbDUSp8lieT/hMg95Tz2A wK85cI1SdBM5lfR4bfkR923eSAZ0nlkolVDjDE8ws+pC86dsQenbJCtWe2O6+lQqvRfR PQSWwJfG9Ox14SBTQp0oKy47IwJmduZ2VtLsKDDz3uUkeRsSXd3W+9vnyE8cJrIsPgz9 /TSle4ONOtvr5t7bePvxI1a87mQfyDqW/LVdX5v5BGvZ+4md7ZtP65ZItvKZQHrUqVDo IPJw== X-Received: by 10.66.49.202 with SMTP id w10mr4924049pan.174.1363979460185; Fri, 22 Mar 2013 12:11:00 -0700 (PDT) Received: from [10.112.16.145] (mobile-166-137-181-198.mycingular.net. [166.137.181.198]) by mx.google.com with ESMTPS id qa6sm3291057pbc.46.2013.03.22.12.10.58 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Mar 2013 12:10:59 -0700 (PDT) Subject: Re: About running a simple wordcount mapreduce References: From: Serge Blazhievsky Content-Type: multipart/alternative; boundary=Apple-Mail-937E1707-CF2B-4E9A-AB57-425245EBF839 X-Mailer: iPhone Mail (10B146) In-Reply-To: Message-Id: Date: Fri, 22 Mar 2013 12:10:53 -0700 To: "user@hadoop.apache.org" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (1.0) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-937E1707-CF2B-4E9A-AB57-425245EBF839 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Check web ui how much space you have on hdfs??? Sent from my iPhone On Mar 22, 2013, at 11:41 AM, Abdelrahman Shettia = wrote: > Hi Redwane ,=20 >=20 > It is possible that the hosts which are running tasks are do not have enou= gh space. Those dirs are confiugred in mapred-site.xml >=20 >=20 >=20 > On Fri, Mar 22, 2013 at 8:42 AM, Redwane belmaati cherkaoui wrote: >>=20 >>=20 >> ---------- Forwarded message ---------- >> From: Redwane belmaati cherkaoui >> Date: Fri, Mar 22, 2013 at 4:39 PM >> Subject: About running a simple wordcount mapreduce >> To: mapreduce-issues@hadoop.apache.org >>=20 >>=20 >> Hi=20 >> I am trying to run a wordcount mapreduce job on several files (<20 mb) u= sing 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 h= adoop0.novalocal has 8791384064 bytes free; but we expect map to take 131762= 4576693539401 >>=20 >> Please help me , >> Best Regards, >=20 --Apple-Mail-937E1707-CF2B-4E9A-AB57-425245EBF839 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
Check web ui how much space you have on hdfs???

Sent from my iPhone

On Mar 22, 2013, at 11:41 AM, Abdelrahman Shettia <ashettia@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 <reduno1985@googlemail.com> wrote:


---------- Forwarded message ----------
From: Redwane belmaati cherkaoui <reduno1985@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,


--Apple-Mail-937E1707-CF2B-4E9A-AB57-425245EBF839--