Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 4B866B5F4 for ; Mon, 2 Jan 2012 06:15:47 +0000 (UTC) Received: (qmail 68007 invoked by uid 500); 2 Jan 2012 06:15:46 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 67606 invoked by uid 500); 2 Jan 2012 06:15:37 -0000 Mailing-List: contact hdfs-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-user@hadoop.apache.org Delivered-To: mailing list hdfs-user@hadoop.apache.org Received: (qmail 67597 invoked by uid 99); 2 Jan 2012 06:15:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jan 2012 06:15:34 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of martinus787@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-iy0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jan 2012 06:15:27 +0000 Received: by iapp10 with SMTP id p10so38669074iap.35 for ; Sun, 01 Jan 2012 22:15:06 -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=34qdSWdLBbOjsQQSxNyaXTSawcvz1VjA7AvLBt5/Aig=; b=sqdbaFKYhSjiXf2GuWDMzkYAkttcwv51ozH43ufJGbAVJzfnuWpwoZJmqKWpmHOpB8 gJBIe+r34KzED7Dcd0fSJz5Orm48BW6qjFOiYN/VODnt+MpN2Gv7rhTH2ihbiPdsyAdK zuCodxgimewBuVkGhwjkQWH+q7/bL8MNU+15I= MIME-Version: 1.0 Received: by 10.42.148.1 with SMTP id p1mr11504266icv.27.1325484906397; Sun, 01 Jan 2012 22:15:06 -0800 (PST) Received: by 10.42.178.196 with HTTP; Sun, 1 Jan 2012 22:15:06 -0800 (PST) In-Reply-To: <4FA9CD62-263F-4CA4-B2F0-864D3FE0D06D@cloudera.com> References: <4FA9CD62-263F-4CA4-B2F0-864D3FE0D06D@cloudera.com> Date: Mon, 2 Jan 2012 14:15:06 +0800 Message-ID: Subject: Re: Why total node just 1 From: Martinus Martinus To: hdfs-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=90e6ba6134aa003f7704b58581a3 X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba6134aa003f7704b58581a3 Content-Type: text/plain; charset=ISO-8859-1 Hi Harsh J, Thanks for your advice. I have it works right now, I deleted the data folder inside the hadoop.tmp.dir and I run it again and it's now have total 4 nodes. Thanks and Happy New Year 2012. On Mon, Jan 2, 2012 at 11:34 AM, Harsh J wrote: > Check your other 3 DN's logs. Could be that you may not have propagated > configurations properly, or could be that you have a firewall you need to > turn off/configure, to let the DataNodes communicate with the NameNode. > > On 02-Jan-2012, at 8:53 AM, Martinus Martinus wrote: > > Hi, > > I have setup a hadoop clusters with 4 nodes and I have start-all.sh and > checked in every node, there are tasktracker and datanode run, but when I > run hadoop dfsadmin -report it's said like this : > > Configured Capacity: 30352158720 (28.27 GB) > Present Capacity: 3756392448 (3.5 GB) > DFS Remaining: 3756355584 (3.5 GB) > DFS Used: 36864 (36 KB) > DFS Used%: 0% > Under replicated blocks: 1 > Blocks with corrupt replicas: 0 > Missing blocks: 0 > > ------------------------------------------------- > Datanodes available: 1 (1 total, 0 dead) > > Name: 192.168.1.1:50010 > Decommission Status : Normal > Configured Capacity: 30352158720 (28.27 GB) > DFS Used: 36864 (36 KB) > Non DFS Used: 26595766272 (24.77 GB) > DFS Remaining: 3756355584(3.5 GB) > DFS Used%: 0% > DFS Remaining%: 12.38% > Last contact: Mon Jan 02 11:19:44 CST 2012 > > Why is there only total 1 node available? How to fix this problem? > > Thanks. > > > --90e6ba6134aa003f7704b58581a3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Harsh J,

Thanks for your advice. I have it works right now, I del= eted the data folder inside the hadoop.tmp.dir and I run it again and it= 9;s now have total 4 nodes.

Thanks and Happy New Year 2012.

On Mon, Jan 2, 2012 at 11:34 AM, Harsh J <harsh@cloudera.com= > wrote:
Check your other 3 DN's logs. Could= be that you may not have propagated configurations properly, or could be t= hat you have a firewall you need to turn off/configure, to let the DataNode= s communicate with the NameNode.

On 02-Jan-2012, at 8:53 AM,= Martinus Martinus wrote:

Hi,

I h= ave setup a hadoop clusters with 4 nodes and I have start-all.sh and checke= d in every node, there are tasktracker and datanode run, but when I run had= oop dfsadmin -report it's said like this :

Configured Capacity: 30352158720 (28.27 GB)
Present Capacity: 3756392448 (3.5 GB)
DFS Remaining: 3756355584 (3.5 GB)=
DFS Used: 36864 (36 KB)
DFS Used%: 0%
Under replicated blocks: 1<= br>Blocks with corrupt replicas: 0
Missing blocks: 0

------------= -------------------------------------
Datanodes available: 1 (1 total, 0 dead)

Name: 192.168.1.1:50010
Decommission St= atus : Normal
Configured Capacity: 30352158720 (28.27 GB)
DFS Used: 3= 6864 (36 KB)
Non DFS Used: 26595766272 (24.77 GB)
DFS Remaining: 3756355584(3.5 GB)
DFS Used%: 0%
DFS Remaining%: 12.38= %
Last contact: Mon Jan 02 11:19:44 CST 2012

Why is there only to= tal 1 node available? How to fix this problem?

Thanks.


--90e6ba6134aa003f7704b58581a3--