Return-Path: Delivered-To: apmail-lucene-hadoop-user-archive@locus.apache.org Received: (qmail 74551 invoked from network); 10 Jan 2007 21:00:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2007 21:00:24 -0000 Received: (qmail 71228 invoked by uid 500); 10 Jan 2007 21:00:30 -0000 Delivered-To: apmail-lucene-hadoop-user-archive@lucene.apache.org Received: (qmail 70980 invoked by uid 500); 10 Jan 2007 21:00:29 -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 70971 invoked by uid 99); 10 Jan 2007 21:00:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 13:00:29 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of tom.e.white@gmail.com designates 66.249.82.236 as permitted sender) Received: from [66.249.82.236] (HELO wx-out-0506.google.com) (66.249.82.236) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 13:00:20 -0800 Received: by wx-out-0506.google.com with SMTP id i29so219401wxd for ; Wed, 10 Jan 2007 12:59:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TgmBU4MSUMwTNFmESIdJtlRTfGQKzY5WxtyFymizwc/Yo2ICWwYiFQOlUkR0qHzBg4bhX5BwAFTD6ahteMI7+6BNaGqaVYi6DNwHnr8uq3SUADkRiwYsBNxie3bcOfCsLX4HrXvCYf2MffzMgpLobaVwIXOeeLZRv3y2t4X32iA= Received: by 10.70.8.20 with SMTP id 20mr1330993wxh.1168462799689; Wed, 10 Jan 2007 12:59:59 -0800 (PST) Received: by 10.70.91.17 with HTTP; Wed, 10 Jan 2007 12:59:59 -0800 (PST) Message-ID: Date: Wed, 10 Jan 2007 20:59:59 +0000 From: "Tom White" To: hadoop-user@lucene.apache.org Subject: Re: s3 In-Reply-To: <459F0EF3.4040700@archive.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <459B432C.6060103@archive.org> <459BEC4E.1050801@apache.org> <459F0EF3.4040700@archive.org> X-Virus-Checked: Checked by ClamAV on apache.org > Other things I notice are that the '-rmr'/'-lsr' options don't act as > 'expected'. Its a little confusing. Should the 'hadoop fs' tool return > from rmr/lsr rather be that the action is not supported rather than > 'success' if, say, I try to remove a 'directory' from S3? (See below > for illustrative output). I've written a patch to fix this. Please see https://issues.apache.org/jira/browse/HADOOP-880. Tom