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 71DA6DA86 for ; Wed, 26 Sep 2012 16:33:08 +0000 (UTC) Received: (qmail 35858 invoked by uid 500); 26 Sep 2012 16:33:08 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 35824 invoked by uid 500); 26 Sep 2012 16:33: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 35815 invoked by uid 99); 26 Sep 2012 16:33:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2012 16:33:08 +0000 Date: Thu, 27 Sep 2012 03:33:08 +1100 (NCT) From: "Colin Patrick McCabe (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1849717177.129080.1348677188249.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HDFS-1322) DistributedFileSystem.mkdirs(dir, dirPermission) doesn't set the permissions of created dir to dirPermission 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-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13463933#comment-13463933 ] Colin Patrick McCabe commented on HDFS-1322: -------------------------------------------- note: No tests are needed for this patch because it only changes comments. > DistributedFileSystem.mkdirs(dir, dirPermission) doesn't set the permissions of created dir to dirPermission > ------------------------------------------------------------------------------------------------------------ > > Key: HDFS-1322 > URL: https://issues.apache.org/jira/browse/HDFS-1322 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Ravi Gummadi > Assignee: Colin Patrick McCabe > Labels: newbie > Attachments: HDFS-1322.001.patch, HDFS-1322.patch > > > The javadoc of DFSClient.mkdirs() says that the permissions of created dir will be set to dirPermission, which is not done currently. This should talk about umask. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira