Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 2102 invoked from network); 29 Nov 2007 23:10:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Nov 2007 23:10:10 -0000 Received: (qmail 30816 invoked by uid 500); 29 Nov 2007 23:09:57 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 30794 invoked by uid 500); 29 Nov 2007 23:09:57 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 30785 invoked by uid 99); 29 Nov 2007 23:09:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 15:09:57 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 23:10:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 88714714231 for ; Thu, 29 Nov 2007 15:09:43 -0800 (PST) Message-ID: <33542831.1196377783556.JavaMail.jira@brutus> Date: Thu, 29 Nov 2007 15:09:43 -0800 (PST) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-2229) Provide a simple login implementation In-Reply-To: <11594693.1195499803203.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-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546932 ] Doug Cutting commented on HADOOP-2229: -------------------------------------- Why is umask only a Unix feature, rather than in the interface? Also, it seems to me that perhaps umask should use the api from HADOOP-2288, exposing itself as an FsPermission, or at least linking to that in the javadoc, so that one knows how to use that value. > Provide a simple login implementation > ------------------------------------- > > Key: HADOOP-2229 > URL: https://issues.apache.org/jira/browse/HADOOP-2229 > Project: Hadoop > Issue Type: New Feature > Affects Versions: 0.15.0 > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Hairong Kuang > Fix For: 0.16.0 > > Attachments: ugi.patch, ugi1.patch, ugi2.patch, ugi3.patch > > > Give a simple implementation of HADOOP-1701. Hadoop clients are assumed to be started within a Unix-like network which provides user and group management. This implementation read user information from the OS and send them to the NameNode in plaintexts through RPC (see also HADOOP-2184). NameNode trusts all information given and uses them for permission checking. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.