Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 740739E24 for ; Sat, 24 Dec 2011 09:16:32 +0000 (UTC) Received: (qmail 86408 invoked by uid 500); 24 Dec 2011 09:16:28 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 86021 invoked by uid 500); 24 Dec 2011 09:16:10 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 86008 invoked by uid 99); 24 Dec 2011 09:16:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Dec 2011 09:16:06 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of humayun0156@gmail.com designates 209.85.212.48 as permitted sender) Received: from [209.85.212.48] (HELO mail-vw0-f48.google.com) (209.85.212.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Dec 2011 09:16:00 +0000 Received: by vbbfa15 with SMTP id fa15so9717781vbb.35 for ; Sat, 24 Dec 2011 01:15:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2pnLHMhbtFA5MqVSaH/PpfiTeTNkSTpy+6ML/NPAK0s=; b=afKAKItwWUICzGmq0ZL4TL8yLST6G1MlbIZeiu6Dxf+Edms61IhdEZbWhvuC8+FKka P6p08GDtFE9iEUjUwFBKAI5aIzafUgFBJxbf9+NCUzCotYUIh5QZrYG5Hzv6P4TTxz3s skavlP8IGVhEArJIlgeL+pRX61EbJ+48Rjp8I= MIME-Version: 1.0 Received: by 10.52.20.200 with SMTP id p8mr9013969vde.104.1324718138296; Sat, 24 Dec 2011 01:15:38 -0800 (PST) Received: by 10.220.2.131 with HTTP; Sat, 24 Dec 2011 01:15:38 -0800 (PST) In-Reply-To: <1542FA4EE20C5048A5C2A3663BED2A6B0F87E1B6@szxeml531-mbs.china.huawei.com> References: <1542FA4EE20C5048A5C2A3663BED2A6B0F87DC42@szxeml531-mbs.china.huawei.com> <1542FA4EE20C5048A5C2A3663BED2A6B0F87E1B6@szxeml531-mbs.china.huawei.com> Date: Sat, 24 Dec 2011 15:15:38 +0600 Message-ID: Subject: Re: Hadoop configuration From: Humayun kabir To: common-user@hadoop.apache.org, Uma Maheswara Rao G Content-Type: multipart/alternative; boundary=20cf307c9f440f8ad604b4d2faf7 X-Virus-Checked: Checked by ClamAV on apache.org --20cf307c9f440f8ad604b4d2faf7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Uma, Thank you very much for your tips. We tried it in 3 nodes in virtual box as you suggested. But still we are facing problem. Here is our all configuration file to all nodes. please take a look and show us some ways to solve it. It was nice and it would be great if you help us in this regards. core-site.xml < http://pastebin.com/Twn5edrp > hdfs-site.xml < http://pastebin.com/k4hR4GE9 > mapred-site.xml < http://pastebin.com/gZuyHswS > /etc/hosts < http://pastebin.com/5s0yhgnj > output < http://paste.ubuntu.com/780807/ > Hope you will understand and extend your helping hand towards us. Have a nice day. Regards Humayun On 23 December 2011 17:31, Uma Maheswara Rao G wrote= : > Hi Humayun , > > Lets assume you have JT, TT1, TT2, TT3 > > Now you should configure the \etc\hosts like below examle > > 10.18.xx.1 JT > > 10.18.xx.2 TT1 > > 10.18.xx.3 TT2 > > 10.18.xx.4 TT3 > > Configure the same set in all the machines, so that all task trackers > can talk each other with hostnames correctly. Also pls remove some entrie= s > from your files > > 127.0.0.1 localhost.localdomain localhost > > 127.0.1.1 humayun > > > > I have seen others already suggested many links for the regular > configuration items. Hope you might clear about them. > > hope it will help... > > Regards, > > Uma > > ________________________________ > > From: Humayun kabir [humayun0156@gmail.com] > Sent: Thursday, December 22, 2011 10:34 PM > To: common-user@hadoop.apache.org; Uma Maheswara Rao G > Subject: Re: Hadoop configuration > > Hello Uma, > > Thanks for your cordial and quick reply. It would be great if you explain > what you suggested to do. Right now we are running on following > configuration. > > We are using hadoop on virtual box. when it is a single node then it work= s > fine for big dataset larger than the default block size. but in case of > multinode cluster (2 nodes) we are facing some problems. We are able to > ping both "Master->Slave" and "Slave->Master". > Like when the input dataset is smaller than the default block size(64 MB) > then it works fine. but when the input dataset is larger than the default > block size then it shows =E2=80=98too much fetch failure=E2=80=99 in redu= ce state. > here is the output link > http://paste.ubuntu.com/707517/ > > this is our /etc/hosts file > > 192.168.60.147 humayun # Added by NetworkManager > 127.0.0.1 localhost.localdomain localhost > ::1 humayun localhost6.localdomain6 localhost6 > 127.0.1.1 humayun > > # The following lines are desirable for IPv6 capable hosts > ::1 localhost ip6-localhost ip6-loopback > fe00::0 ip6-localnet > ff00::0 ip6-mcastprefix > ff02::1 ip6-allnodes > ff02::2 ip6-allrouters > ff02::3 ip6-allhosts > > 192.168.60.1 master > 192.168.60.2 slave > > > Regards, > > -Humayun. > > > On 22 December 2011 15:47, Uma Maheswara Rao G > wrote: > Hey Humayun, > > To solve the too many fetch failures problem, you should configure host > mapping correctly. > Each tasktracker should be able to ping from each other. > > Regards, > Uma > ________________________________________ > From: Humayun kabir [humayun0156@gmail.com] > Sent: Thursday, December 22, 2011 2:54 PM > To: common-user@hadoop.apache.org > Subject: Hadoop configuration > > someone please help me to configure hadoop such as core-site.xml, > hdfs-site.xml, mapred-site.xml etc. > please provide some example. it is badly needed. because i run in a 2 nod= e > cluster. when i run the wordcount example then it gives the result too > mutch fetch failure. > > --20cf307c9f440f8ad604b4d2faf7--