Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 35EC3200B49 for ; Wed, 3 Aug 2016 12:58:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3476F160A86; Wed, 3 Aug 2016 10:58:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A33FC160A64 for ; Wed, 3 Aug 2016 12:58:21 +0200 (CEST) Received: (qmail 10785 invoked by uid 500); 3 Aug 2016 10:58:20 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 10757 invoked by uid 99); 3 Aug 2016 10:58:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2016 10:58:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8C1F42C0D62 for ; Wed, 3 Aug 2016 10:58:20 +0000 (UTC) Date: Wed, 3 Aug 2016 10:58:20 +0000 (UTC) From: "Ying Zhang (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-5287) LinuxContainerExecutor fails to set proper permission MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 03 Aug 2016 10:58:22 -0000 [ https://issues.apache.org/jira/browse/YARN-5287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ying Zhang updated YARN-5287: ----------------------------- Attachment: YARN-5287.005.patch > LinuxContainerExecutor fails to set proper permission > ----------------------------------------------------- > > Key: YARN-5287 > URL: https://issues.apache.org/jira/browse/YARN-5287 > Project: Hadoop YARN > Issue Type: Bug > Components: nodemanager > Affects Versions: 2.7.2 > Reporter: Ying Zhang > Assignee: Ying Zhang > Priority: Minor > Attachments: YARN-5287-tmp.patch, YARN-5287.003.patch, YARN-5287.004.patch, YARN-5287.005.patch > > Original Estimate: 48h > Remaining Estimate: 48h > > LinuxContainerExecutor fails to set the proper permissions on the local directories(i.e., /hadoop/yarn/local/usercache/... by default) if the cluster has been configured with a restrictive umask, e.g.: umask 077. Job failed due to the following reason: > Path /hadoop/yarn/local/usercache/ambari-qa/appcache/application_xxxxxxxx has permission 700 but needs permission 750 -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org