From yarn-issues-return-28545-apmail-hadoop-yarn-issues-archive=hadoop.apache.org@hadoop.apache.org Thu May 29 16:41:02 2014 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 F2C64102C6 for ; Thu, 29 May 2014 16:41:01 +0000 (UTC) Received: (qmail 39902 invoked by uid 500); 29 May 2014 16:41:01 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 39817 invoked by uid 500); 29 May 2014 16:41:01 -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 39721 invoked by uid 99); 29 May 2014 16:41:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2014 16:41:01 +0000 Date: Thu, 29 May 2014 16:41:01 +0000 (UTC) From: "Jason Lowe (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-2114) Inform container of container-specific local directories MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jason Lowe created YARN-2114: -------------------------------- Summary: Inform container of container-specific local directories Key: YARN-2114 URL: https://issues.apache.org/jira/browse/YARN-2114 Project: Hadoop YARN Issue Type: Improvement Components: api Affects Versions: 2.5.0 Reporter: Jason Lowe It would be nice if a container could know which local directories it can use for temporary data and those directories will be automatically cleaned up when the container exits. The current working directory is one of those directories, but it's tricky (and potentially not forward-compatible) to determine the other directories to use on a multi-disk node. -- This message was sent by Atlassian JIRA (v6.2#6252)