Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-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 4210DDE2A for ; Tue, 18 Sep 2012 12:58:13 +0000 (UTC) Received: (qmail 1368 invoked by uid 500); 18 Sep 2012 12:58:12 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 1315 invoked by uid 500); 18 Sep 2012 12:58:12 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 800 invoked by uid 99); 18 Sep 2012 12:58:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Sep 2012 12:58:09 +0000 Date: Tue, 18 Sep 2012 23:58:09 +1100 (NCT) From: "Hudson (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: <875676564.92081.1347973089701.JavaMail.jiratomcat@arcas> In-Reply-To: <34434260.89180.1347910087773.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (YARN-108) FSDownload can create cache directories with the wrong permissions 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/YARN-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457789#comment-13457789 ] Hudson commented on YARN-108: ----------------------------- Integrated in Hadoop-Hdfs-trunk #1169 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1169/]) YARN-108. FSDownload can create cache directories with the wrong permissions (Jason Lowe via bobby) (Revision 1386838) Result = SUCCESS bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1386838 Files : * /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt * /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/util/FSDownload.java * /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/util/TestFSDownload.java > FSDownload can create cache directories with the wrong permissions > ------------------------------------------------------------------ > > Key: YARN-108 > URL: https://issues.apache.org/jira/browse/YARN-108 > Project: Hadoop YARN > Issue Type: Bug > Components: nodemanager > Affects Versions: 0.23.3, 2.0.0-alpha > Reporter: Jason Lowe > Assignee: Jason Lowe > Priority: Critical > Fix For: 0.23.4 > > Attachments: YARN-108.patch > > > When the cluster is configured with a restrictive umask, e.g.: {{fs.permissions.umask-mode=0077}}, the nodemanager can end up creating directory entries in the public cache with the wrong permissions. The permissions can end up where only the nodemanager user can access files in the public cache, preventing jobs from running properly. -- 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