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 C8974E4CE for ; Wed, 6 Feb 2013 15:07:59 +0000 (UTC) Received: (qmail 31232 invoked by uid 500); 6 Feb 2013 15:07:54 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 31001 invoked by uid 500); 6 Feb 2013 15:07:54 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 30975 invoked by uid 99); 6 Feb 2013 15:07:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 15:07:53 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrey.romanchev@gmail.com designates 209.85.215.53 as permitted sender) Received: from [209.85.215.53] (HELO mail-la0-f53.google.com) (209.85.215.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 15:07:47 +0000 Received: by mail-la0-f53.google.com with SMTP id fr10so1492788lab.12 for ; Wed, 06 Feb 2013 07:07:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=iNHaWXYOwTdiIFFnuHN36EPCoH4YchQvfriIOBMjrz0=; b=iCpNBP1uDyXLNpaGMKqsvACnOd9kHelJSso5z5SDiCnn/mdy1mV03XCuHF0d2YSbTm DNyRE6JUEuDyW99xRlu3uV7DUz+4L4gFbZrLxiQs1Y5zCpENJc8WGgHbK3Z/zrqv86Zc aOxx7dQBTIHdoAVWQUH0H0ju0TeHbwnS8E0GQRV0Cqmp2kCLB8Nbmx0B80RhlUor2EpO jY5RhbKyJ1/wyo6lbmhBfb+//HoKv68ofEIcgN4pEWkp89KonNwGggFdt+HYrq8esDwJ zkRSoJzVMhQe5UtT0WZ2Ju5G28brtPStWSDG1WbqWtgG7GBj3ebdFmJjLFtqOwuPmdlW iUPg== MIME-Version: 1.0 X-Received: by 10.112.101.130 with SMTP id fg2mr11465439lbb.64.1360163245480; Wed, 06 Feb 2013 07:07:25 -0800 (PST) Received: by 10.112.25.37 with HTTP; Wed, 6 Feb 2013 07:07:25 -0800 (PST) Date: Wed, 6 Feb 2013 18:07:25 +0300 Message-ID: Subject: =?UTF-8?Q?=E2=80=9Chadoop_namenode_=2Dformat=E2=80=9D_formats_wrong_director?= =?UTF-8?Q?y?= From: "Andrey V. Romanchev" To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=f46d04016a09155d6704d50fafde X-Virus-Checked: Checked by ClamAV on apache.org --f46d04016a09155d6704d50fafde Content-Type: text/plain; charset=UTF-8 Hello! I'm trying to install Hadoop 1.1.2.21 on CentOS 6.3. I've configured dfs.name.dir in /etc/hadoop/conf/hdfs-site.xml file dfs.name.dir /mnt/ext/hadoop/hdfs/namenode But when I run "hadoop namenode -format" command, it formats /tmp/hadoop-hadoop/dfs/name directory instead. It seems like default directory. What am I missing? --f46d04016a09155d6704d50fafde Content-Type: text/html; charset=UTF-8

Hello!

I'm trying to install Hadoop 1.1.2.21 on CentOS 6.3.

I've configured dfs.name.dir in /etc/hadoop/conf/hdfs-site.xml file

<name>dfs.name.dir</name>
<value>/mnt/ext/hadoop/hdfs/namenode</value>

But when I run "hadoop namenode -format" command, it formats /tmp/hadoop-hadoop/dfs/name directory instead. It seems like default directory.

What am I missing?

--f46d04016a09155d6704d50fafde--