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 A32FAD056 for ; Mon, 10 Sep 2012 18:17:08 +0000 (UTC) Received: (qmail 24453 invoked by uid 500); 10 Sep 2012 18:17:08 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 24412 invoked by uid 500); 10 Sep 2012 18:17: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 24401 invoked by uid 99); 10 Sep 2012 18:17:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 18:17:08 +0000 Date: Tue, 11 Sep 2012 05:17:08 +1100 (NCT) From: "Aaron T. Myers (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <993732683.58892.1347301028318.JavaMail.jiratomcat@arcas> In-Reply-To: <1592405455.54603.1347141307497.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HDFS-3907) Allow multiple users for local block readers 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-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452266#comment-13452266 ] Aaron T. Myers commented on HDFS-3907: -------------------------------------- +1, the patch looks good to me. > Allow multiple users for local block readers > -------------------------------------------- > > Key: HDFS-3907 > URL: https://issues.apache.org/jira/browse/HDFS-3907 > Project: Hadoop HDFS > Issue Type: Improvement > Components: data-node > Affects Versions: 1.0.0, 2.0.0-alpha > Reporter: Eli Collins > Assignee: Eli Collins > Attachments: hdfs-3907.txt > > > The {{dfs.block.local-path-access.user}} config added in HDFS-2246 only supports a single user, however as long as blocks are group readable by more than one user the feature could be used by multiple users, to support this we just need to allow both to be configured. In practice this allows us to also support HBase where the client (RS) runs as the hbase system user and the DN runs as hdfs system user. I think this should work secure as well since we're not using impersonation in the HBase case. -- 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