Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 41386 invoked from network); 1 Feb 2011 04:09:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2011 04:09:27 -0000 Received: (qmail 51745 invoked by uid 500); 1 Feb 2011 04:09:24 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 51280 invoked by uid 500); 1 Feb 2011 04:09:21 -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 51272 invoked by uid 99); 1 Feb 2011 04:09:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 04:09:21 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of qwertymaniac@gmail.com designates 209.85.161.48 as permitted sender) Received: from [209.85.161.48] (HELO mail-fx0-f48.google.com) (209.85.161.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 04:09:15 +0000 Received: by fxm2 with SMTP id 2so6934133fxm.35 for ; Mon, 31 Jan 2011 20:08:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=RFJLB1onsl9mKElr6wRu+Ywzf3ATCsvJlnMIZ7omvGw=; b=sj8eeiIak3jMpEyWefPxeUKpQEqJAw1Iocw0ANwCq5bvxJy3gV+lfAGBQnMFC2r1Q0 vS/Tb/zawo2soMvSv7IdiOQeAYLsBGvZ86i75d5rMN+n1w8z6w5TxmvQM0DAk+oerIJa yqpi/kvXG88Ay0TeDihHv4SaONy1fMIFXoNAw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=XOK/rhCiAMWgj7fXnsjIafL4nMKsOw02p3NBshfpop+hsuMzoeILymnYiG2gXKwadh PZ1/ltqlSswreNwwMophiPrA1jyYLpV7O/CBq4Nc/5wfgpmYNMOKHGm0wnG1x07L4ThY soo2eqA0Xct+rSoqtWxpgPYmzE8M49pxSkATg= Received: by 10.223.97.78 with SMTP id k14mr6936470fan.89.1296533332953; Mon, 31 Jan 2011 20:08:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.124.200 with HTTP; Mon, 31 Jan 2011 20:08:32 -0800 (PST) In-Reply-To: References: From: Harsh J Date: Tue, 1 Feb 2011 09:38:32 +0530 Message-ID: Subject: Re: Psuedo-Distributed Mode installation failure: Need help To: common-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Check your DataNode logs under $HADOOP_HOME/logs/. It would have the reason why it did not start. You can also issue `hadoop datanode` and watch the exceptional movie play. On Tue, Feb 1, 2011 at 4:46 AM, sharath jagannath wrote: > Hey All, > > I am trying to install hadoop 0.20.2 and proceeded till daemon-start-up > bin/start-all.sh. > But I see no datanode created. > > jps output: > 43323 JobTracker > 43281 SecondaryNameNode > 43162 NameNode > 43403 Jps > 43381 TaskTracker > 19747 > > Named node log: > 2011-01-31 15:08:47,343 INFO org.apache.hadoop.ipc.Server: IPC Server > handler 6 on 9000, call addBlock(/tmp/hadoop-sjagannath/mapred/system/ > jobtracker.info, DFSClient_-462680310) from 127.0.0.1:61167: error: > java.io.IOException: File /tmp/hadoop-sjagannath/mapred/system/ > jobtracker.info could only be replicated to 0 nodes, instead of 1 > java.io.IOException: File /tmp/hadoop-sjagannath/mapred/system/ > jobtracker.info could only be replicated to 0 nodes, instead of 1 > at > org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getAdditionalBlock(FSNamesystem.java:1271) > at > org.apache.hadoop.hdfs.server.namenode.NameNode.addBlock(NameNode.java:422) > at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:508) > at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:959) > at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:955) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:396) > at org.apache.hadoop.ipc.Server$Handler.run(Server.java:953) > > > I am sure, I am doing what ever the quickstarts asks me to do. > I am following: > a. > http://hadoop-tutorial.blogspot.com/2010/11/running-hadoop-in-pseudo-distributed.html > b. http://hadoop.apache.org/common/docs/current/single_node_setup.html > > I am no sure what is going on. > I would love to clear this hurdle and get my hand dirty with the actual > work. > Please let me know what is happening. > > > Thanks, > Sharath > -- Harsh J www.harshj.com