Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 133AA200B92 for ; Wed, 28 Sep 2016 16:32:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 11EFA160AB4; Wed, 28 Sep 2016 14:32:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 64191160ADD for ; Wed, 28 Sep 2016 16:32:22 +0200 (CEST) Received: (qmail 5108 invoked by uid 500); 28 Sep 2016 14:32:21 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 4414 invoked by uid 99); 28 Sep 2016 14:32:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2016 14:32:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9DADA2C2A68 for ; Wed, 28 Sep 2016 14:32:20 +0000 (UTC) Date: Wed, 28 Sep 2016 14:32:20 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13516) Listing an empty s3a NON root directory throws FileNotFound. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 28 Sep 2016 14:32:23 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15529828#comment-15529828 ] Steve Loughran commented on HADOOP-13516: ----------------------------------------- I'm not seeing this in branch-2 {code} $ ./hadoop fs -mkdir s3a://hwdev-steve-ireland/emptydir 16/09/28 15:29:09 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable $ hadoop fs -ls s3a://hwdev-steve-ireland/emptydir fish: Unknown command 'hadoop' $ ./hadoop fs -ls s3a://hwdev-steve-ireland/emptydir 16/09/28 15:29:28 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable $ ./hadoop fs -ls s3a://hwdev-steve-ireland/emptydir/ 16/09/28 15:29:35 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable {code} > Listing an empty s3a NON root directory throws FileNotFound. > ------------------------------------------------------------ > > Key: HADOOP-13516 > URL: https://issues.apache.org/jira/browse/HADOOP-13516 > Project: Hadoop Common > Issue Type: Bug > Components: fs/s3 > Affects Versions: 2.7.0 > Reporter: Shaik Idris Ali > Assignee: Steve Loughran > Priority: Minor > > With an empty s3 bucket and run > {code} > $ hadoop fs -D... -ls s3a://hdfs-s3a-test/emptyDirectory > 15/05/04 15:21:34 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable > ls: `s3a://hdfs-s3a-test/emtpyDirectory': No such file or directory > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org