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 CF228200B4A for ; Wed, 20 Jul 2016 15:51:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CDCE8160A5B; Wed, 20 Jul 2016 13:51:22 +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 2AEB8160A89 for ; Wed, 20 Jul 2016 15:51:22 +0200 (CEST) Received: (qmail 10240 invoked by uid 500); 20 Jul 2016 13:51: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 9881 invoked by uid 99); 20 Jul 2016 13:51:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2016 13:51:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CE4152C0D65 for ; Wed, 20 Jul 2016 13:51:20 +0000 (UTC) Date: Wed, 20 Jul 2016 13:51:20 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13207) Specify FileSystem listStatus, listFiles and RemoteIterator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 20 Jul 2016 13:51:23 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385880#comment-15385880 ] Chris Nauroth commented on HADOOP-13207: ---------------------------------------- Thank you for patch 013. bq. It's used in a couple of places in {{AbstractContractGetFileStatusTest}} to guarantee a path unique to the method: Thanks for pointing it out. I forgot to check subclasses. {code} String nl = System.lineSeparator(); builder.append("[\n"); {code} There is one more line lingering that doesn't use the platform line separator. {code} `listLocatedStatus(Path path):`. Calls to it may delegated through {code} s/may/may be > Specify FileSystem listStatus, listFiles and RemoteIterator > ----------------------------------------------------------- > > Key: HADOOP-13207 > URL: https://issues.apache.org/jira/browse/HADOOP-13207 > Project: Hadoop Common > Issue Type: Sub-task > Components: documentation, fs > Affects Versions: 2.8.0 > Reporter: Steve Loughran > Assignee: Steve Loughran > Attachments: HADOOP-13207-branch-2-001.patch, HADOOP-13207-branch-2-002.patch, HADOOP-13207-branch-2-003.patch, HADOOP-13207-branch-2-004.patch, HADOOP-13207-branch-2-005.patch, HADOOP-13207-branch-2-006.patch, HADOOP-13207-branch-2-007.patch, HADOOP-13207-branch-2-008.patch, HADOOP-13207-branch-2-009.patch, HADOOP-13207-branch-2-010.patch, HADOOP-13207-branch-2-013.patch > > > The many `listStatus`, `listLocatedStatus` and `listFiles` operations have not been completely covered in the FS specification. There's lots of implicit use of {{listStatus()}} path, but no coverage or tests of the others. -- 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