Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 52487 invoked from network); 23 Sep 2010 02:29:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Sep 2010 02:29:54 -0000 Received: (qmail 17494 invoked by uid 500); 23 Sep 2010 02:29:54 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 17458 invoked by uid 500); 23 Sep 2010 02:29:54 -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 17450 invoked by uid 99); 23 Sep 2010 02:29:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 02:29:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 02:29:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8N2TX5E022861 for ; Thu, 23 Sep 2010 02:29:33 GMT Message-ID: <27429000.358191285208973397.JavaMail.jira@thor> Date: Wed, 22 Sep 2010 22:29:33 -0400 (EDT) From: "dhruba borthakur (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-1415) Group name is not properly set in inodes In-Reply-To: <24963870.357881285205853832.JavaMail.jira@thor> 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-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913884#action_12913884 ] dhruba borthakur commented on HDFS-1415: ---------------------------------------- Code looks good to me. I wonder why the HDFS namenode was not using the group information in the first place, it seemed like a pretty reasonable thing to do. Maybe Owen has some historical perspective on this? Do we need to put some javadocs to state that if there are multiple groups in the ugi, then the first one takes efffect as far as file permissions are concerned? Also, this looks like an incompatible change, especially because files will now have the appropriate group information. > Group name is not properly set in inodes > ---------------------------------------- > > Key: HDFS-1415 > URL: https://issues.apache.org/jira/browse/HDFS-1415 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Scott Chen > Assignee: Scott Chen > Attachments: HDFS-1415.txt > > > In NameNode.create() and NameNode.mkdirs() do not pass the group name. So it is not properly set. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.