Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 54381 invoked from network); 23 Jun 2008 18:23:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jun 2008 18:23:38 -0000 Received: (qmail 23182 invoked by uid 500); 23 Jun 2008 18:23:38 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 22982 invoked by uid 500); 23 Jun 2008 18:23:37 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 22966 invoked by uid 99); 23 Jun 2008 18:23:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 11:23:37 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 18:22:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3CB3E234C14B for ; Mon, 23 Jun 2008 11:22:45 -0700 (PDT) Message-ID: <105790444.1214245365247.JavaMail.jira@brutus> Date: Mon, 23 Jun 2008 11:22:45 -0700 (PDT) From: "Craig Macdonald (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3536) Support permissions in fuse-dfs In-Reply-To: <805796842.1213206886753.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Macdonald updated HADOOP-3536: ------------------------------------ Attachment: getlogininfo.c Code to determine: * uid -> username * uid -> username,all groupnames This code could be used to set the hadoop.job.ugi property to obtain the correct FileSystem object for each user accessing the DFS. > Support permissions in fuse-dfs > ------------------------------- > > Key: HADOOP-3536 > URL: https://issues.apache.org/jira/browse/HADOOP-3536 > Project: Hadoop Core > Issue Type: New Feature > Components: contrib/fuse-dfs > Reporter: Craig Macdonald > Attachments: getlogininfo.c > > > Currently permissions are unsupported by fuse-dfs. > This manifests itself as two issues: > * Users accessing a fuse-dfs mount do so as the user running fuse_dfs executable. In this case, it would be better to run fuse-dfr as some privileged user, and use Hadoop API calls determine whether the current user was privileged enough to perform the action. > * Users cannot view/change permissions on the mounted volume. See HADOOP-3264 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.