Return-Path: Delivered-To: apmail-lucene-hadoop-user-archive@locus.apache.org Received: (qmail 70925 invoked from network); 11 Oct 2006 16:41:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2006 16:41:59 -0000 Received: (qmail 52215 invoked by uid 500); 11 Oct 2006 16:41:58 -0000 Delivered-To: apmail-lucene-hadoop-user-archive@lucene.apache.org Received: (qmail 52196 invoked by uid 500); 11 Oct 2006 16:41:58 -0000 Mailing-List: contact hadoop-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-user@lucene.apache.org Delivered-To: mailing list hadoop-user@lucene.apache.org Received: (qmail 52187 invoked by uid 99); 11 Oct 2006 16:41:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 09:41:58 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.109.112.27] (HELO mrout1-b.corp.dcn.yahoo.com) (216.109.112.27) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 09:41:56 -0700 Received: from enemysentdx (enemysent-dx.corp.yahoo.com [66.228.175.168]) by mrout1-b.corp.dcn.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id k9BGfMlH080339 for ; Wed, 11 Oct 2006 09:41:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=from:to:subject:date:message-id:mime-version:content-type: content-transfer-encoding:x-mailer:in-reply-to:thread-index:x-mimeole; b=aFHT/9HCsd1KZDrRQ1+4HKsuR/IhJkX6jlKL1xJI2YrbOSZkgGqPMmWNhUvYOlth From: "Mahadev Konar" To: Subject: RE: Formatting the Namenode Date: Wed, 11 Oct 2006 09:41:22 -0700 Message-ID: <000601c6ed54$1619e770$a8afe442@ds.corp.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AcbtUxnyD1m2BU8CSe68RIzZXV/9OgAADu+A X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Howard, The formatting of the filesystem is with respect to Hadoop File System. It does not involve formatting your local file system. All you need to do is bin/hadoop namenode -format. This command just creates some files for the namenode in the directory specified as dfs.name.dir. Also, Hadoop does work on Windows. You will need to install cygwin. Regards Mahadev > -----Original Message----- > From: howard chen [mailto:howachen@gmail.com] > Sent: Wednesday, October 11, 2006 9:34 AM > To: hadoop-user@lucene.apache.org > Subject: Formatting the Namenode > > hello all, > > from the page: > > http://wiki.apache.org/lucene-hadoop/GettingStartedWithHadoop > > The first step to starting up your Hadoop installation is formatting > the file system. You need to do this the first time you set up a > Hadoop installation. Do not format a running file system, this will > cause all your data to be erased. To format the file system, run the > command: > > i am confused by the instruction there...is that mean > > 1. I need to make an empty partition for hadoop first, without formatting > it? > > 2. Is that mean haoop will only run on Linux as the file system can't > be supported by windows? > > 3. are there any complete step by step tutorial for newbie? > > thanks.