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 B9880D665 for ; Fri, 21 Sep 2012 13:25:12 +0000 (UTC) Received: (qmail 98426 invoked by uid 500); 21 Sep 2012 13:25:12 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 97716 invoked by uid 500); 21 Sep 2012 13:25:09 -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 97657 invoked by uid 99); 21 Sep 2012 13:25:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 13:25:08 +0000 Date: Sat, 22 Sep 2012 00:25:08 +1100 (NCT) From: "Hadoop QA (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: <1679135879.107542.1348233908365.JavaMail.jiratomcat@arcas> In-Reply-To: <1183508718.45050.1346948948042.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (YARN-88) DefaultContainerExecutor can fail to set proper 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-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13460482#comment-13460482 ] Hadoop QA commented on YARN-88: ------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12545775/YARN-88.patch against trunk revision . +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 1 new or modified test files. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 javadoc. The javadoc tool did not generate any warning messages. +1 eclipse:eclipse. The patch built with eclipse:eclipse. +1 findbugs. The patch does not introduce any new Findbugs (version 1.3.9) warnings. +1 release audit. The applied patch does not increase the total number of release audit warnings. +1 core tests. The patch passed unit tests in hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager. +1 contrib tests. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-YARN-Build/46//testReport/ Console output: https://builds.apache.org/job/PreCommit-YARN-Build/46//console This message is automatically generated. > DefaultContainerExecutor can fail to set proper permissions > ----------------------------------------------------------- > > Key: YARN-88 > URL: https://issues.apache.org/jira/browse/YARN-88 > Project: Hadoop YARN > Issue Type: Bug > Components: nodemanager > Affects Versions: 0.23.3, 2.0.0-alpha > Reporter: Jason Lowe > Assignee: Jason Lowe > Attachments: YARN-88.patch, YARN-88.patch > > > {{DefaultContainerExecutor}} can fail to set the proper permissions on its local directories if the cluster has been configured with a restrictive umask, e.g.: fs.permissions.umask-mode=0077. The configured umask ends up defeating the permissions requested by {{DefaultContainerExecutor}} when it creates directories. -- 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