Return-Path: Delivered-To: apmail-lucene-hadoop-user-archive@locus.apache.org Received: (qmail 69176 invoked from network); 23 May 2006 16:34:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 May 2006 16:34:45 -0000 Received: (qmail 73053 invoked by uid 500); 23 May 2006 16:34:44 -0000 Delivered-To: apmail-lucene-hadoop-user-archive@lucene.apache.org Received: (qmail 73036 invoked by uid 500); 23 May 2006 16:34:44 -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 73027 invoked by uid 99); 23 May 2006 16:34:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2006 09:34:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.115.57.32] (HELO ylpvm01.prodigy.net) (207.115.57.32) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2006 09:34:43 -0700 Received: from pimout7-ext.prodigy.net (pimout7-int.prodigy.net [207.115.4.147]) by ylpvm01.prodigy.net (8.13.6 out spool5000 dk/8.12.10) with ESMTP id k4NGYICl005995 for ; Tue, 23 May 2006 12:34:18 -0400 X-ORBL: [69.228.218.244] Received: from [192.168.168.15] (adsl-69-228-218-244.dsl.pltn13.pacbell.net [69.228.218.244]) by pimout7-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k4NGYK4k157216; Tue, 23 May 2006 12:34:21 -0400 Message-ID: <4473398B.80602@apache.org> Date: Tue, 23 May 2006 09:34:19 -0700 From: Doug Cutting User-Agent: Mozilla Thunderbird 1.0.8 (X11/20060502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: hadoop-user@lucene.apache.org Subject: Re: Errors in Log References: <44733669.50600@dragonflymc.com> In-Reply-To: <44733669.50600@dragonflymc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dennis Kubes wrote: > I am seeing a lot of these kind of messages in the namenode log file. > Can somebody point me in the right direction as to why this might be > happening? > > DIR* FSDirectory.mkdirs: failed to create directory I have seen these too. I think they just mean that the directory already exists. Probably the message should be changed to indicate this. Doug