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 14687200BB4 for ; Tue, 1 Nov 2016 16:32:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 12F9E160B02; Tue, 1 Nov 2016 15:32:00 +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 82315160ADA for ; Tue, 1 Nov 2016 16:31:59 +0100 (CET) Received: (qmail 43389 invoked by uid 500); 1 Nov 2016 15:31:58 -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 43352 invoked by uid 99); 1 Nov 2016 15:31:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 15:31:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7CC9A2C2A66 for ; Tue, 1 Nov 2016 15:31:58 +0000 (UTC) Date: Tue, 1 Nov 2016 15:31:58 +0000 (UTC) From: "Haibo Chen (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5765) LinuxContainerExecutor creates appcache and its subdirectories with wrong group owner. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 01 Nov 2016 15:32:00 -0000 [ https://issues.apache.org/jira/browse/YARN-5765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15625710#comment-15625710 ] Haibo Chen commented on YARN-5765: ---------------------------------- Sorry [~Naganarasimha], did not mean to dismiss your solution. Assigning this to you since you have got a working solution. Let's resolve this blocker. Ideally, I still prefer to make changes to mkdirs() which all directory creations have to call. > LinuxContainerExecutor creates appcache and its subdirectories with wrong group owner. > -------------------------------------------------------------------------------------- > > Key: YARN-5765 > URL: https://issues.apache.org/jira/browse/YARN-5765 > Project: Hadoop YARN > Issue Type: Bug > Affects Versions: 2.8.0, 3.0.0-alpha1 > Reporter: Haibo Chen > Assignee: Haibo Chen > Priority: Blocker > > LinuxContainerExecutor creates usercache/\{userId\}/appcache/\{appId\} with wrong group owner, causing Log aggregation and ShuffleHandler to fail because node manager process does not have permission to read the files under the directory. > This can be easily reproduced by enabling LCE and submitting a MR example job. -- 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