Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F348518A3F for ; Fri, 9 Oct 2015 06:34:26 +0000 (UTC) Received: (qmail 20617 invoked by uid 500); 9 Oct 2015 06:34:26 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 20560 invoked by uid 500); 9 Oct 2015 06:34:26 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 20545 invoked by uid 99); 9 Oct 2015 06:34:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2015 06:34:26 +0000 Date: Fri, 9 Oct 2015 06:34:26 +0000 (UTC) From: "Xiao Chen (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-7087) Ability to list /.reserved MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-7087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14949968#comment-14949968 ] Xiao Chen commented on HDFS-7087: --------------------------------- Now that HDFS-8164 is resolved (thanks [~yzhangal]!), I'm posting patch 001 for review. Beside the above description, I think I should also mention that the patch just supports listing /.reserved while keeping other behaviors untouched, so operations on /.reserved/raw and /.reserved/.inodes (or their subdirs) behaves the same as before. Any comments are highly appreciated. Thank you in advance. > Ability to list /.reserved > -------------------------- > > Key: HDFS-7087 > URL: https://issues.apache.org/jira/browse/HDFS-7087 > Project: Hadoop HDFS > Issue Type: Improvement > Affects Versions: 2.6.0 > Reporter: Andrew Wang > Assignee: Xiao Chen > Attachments: HDFS-7087.001.patch, HDFS-7087.draft.patch > > > We have two special paths within /.reserved now, /.reserved/.inodes and /.reserved/raw. It seems like we should be able to list /.reserved to see them. -- This message was sent by Atlassian JIRA (v6.3.4#6332)