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 D75EF1079A for ; Wed, 11 Dec 2013 20:58:08 +0000 (UTC) Received: (qmail 83202 invoked by uid 500); 11 Dec 2013 20:58:08 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 83167 invoked by uid 500); 11 Dec 2013 20:58:08 -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 83158 invoked by uid 99); 11 Dec 2013 20:58:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 20:58:08 +0000 Date: Wed, 11 Dec 2013 20:58:08 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HDFS-5650) Remove AclReadFlag and AclWriteFlag in FileSystem API 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-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HDFS-5650. --------------------------------- Resolution: Fixed Fix Version/s: HDFS ACLs (HDFS-4685) Hadoop Flags: Reviewed +1 for the patch. I committed this to the HDFS-4685 branch. Thank you to Haohui for incorporating this valuable feedback on the API. Thank you to Vinay for code reviews. > Remove AclReadFlag and AclWriteFlag in FileSystem API > ----------------------------------------------------- > > Key: HDFS-5650 > URL: https://issues.apache.org/jira/browse/HDFS-5650 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: hdfs-client, namenode, security > Affects Versions: HDFS ACLs (HDFS-4685) > Reporter: Haohui Mai > Assignee: Haohui Mai > Fix For: HDFS ACLs (HDFS-4685) > > Attachments: HDFS-5650.000.patch, HDFS-5650.001.patch, HDFS-5650.002.patch, HDFS-5650.003.patch, HDFS-5650.004.patch, HDFS-5650.005.patch > > > AclReadFlag and AclWriteFlag intended to capture various options used in getfacl and setfacl. These options determine whether the tool should traverse the filesystem recursively, follow the symlink, etc., but they are not part of the core ACLs abstractions. > The client program has more information and more flexibility to implement these options. This jira proposes to remove these flags to simplify the APIs. -- This message was sent by Atlassian JIRA (v6.1.4#6159)