Return-Path: Delivered-To: apmail-lucene-hadoop-commits-archive@locus.apache.org Received: (qmail 31230 invoked from network); 24 Aug 2006 02:24:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2006 02:24:54 -0000 Received: (qmail 89314 invoked by uid 500); 24 Aug 2006 02:24:54 -0000 Delivered-To: apmail-lucene-hadoop-commits-archive@lucene.apache.org Received: (qmail 89298 invoked by uid 500); 24 Aug 2006 02:24:54 -0000 Mailing-List: contact hadoop-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-commits@lucene.apache.org Received: (qmail 89287 invoked by uid 99); 24 Aug 2006 02:24:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 19:24:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 19:24:53 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id C0F2CD49BD for ; Thu, 24 Aug 2006 03:24:32 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: hadoop-commits@lucene.apache.org Date: Thu, 24 Aug 2006 02:24:32 -0000 Message-ID: <20060824022432.14986.62606@ajax.apache.org> Subject: [Lucene-hadoop Wiki] Update of "GettingStartedWithHadoop" by mahadevkonar X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification. The following page has been changed by mahadevkonar: http://wiki.apache.org/lucene-hadoop/GettingStartedWithHadoop ------------------------------------------------------------------------------ = Setting Up a Cluster using Hadoop scripts = This section explains how to set up a Hadoop cluster running Hadoop DFS and Hadoop Mapreduce. The startup scripts are in hadoop/bin. The file that contains all the slave nodes that would join the DFS and map reduce cluster is the slaves file in hadoop/conf. Edit the slaves file to add nodes to your cluster. You need to edit the slaves file only on the machines you plan to run the Jobtracker and Namenode. Next edit the file hadoop-env.sh in the hadoop/conf directory. Make sure JAVA_HOME is set correctly. You can change the other environment variables as per your requirements. HADOOP_HOME is automatically determined depending on where you run your hadoop scripts from. - == Starting up DFS == + == Starting up Hadoop == === Formatting the Namenode === * You are required to format the Namenode for your first installation. This is true only for your first installation. Do not format a Namenode which was already running Hadoop. It will clear up your DFS. Run bin/hadoop namenode -format on the node you plan to run as the Namenode.