Return-Path: X-Original-To: apmail-reef-dev-archive@minotaur.apache.org Delivered-To: apmail-reef-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E634F1863C for ; Fri, 11 Dec 2015 20:26:46 +0000 (UTC) Received: (qmail 15932 invoked by uid 500); 11 Dec 2015 20:26:46 -0000 Delivered-To: apmail-reef-dev-archive@reef.apache.org Received: (qmail 15895 invoked by uid 500); 11 Dec 2015 20:26:46 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 15867 invoked by uid 99); 11 Dec 2015 20:26:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 20:26:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ADE3C2C14F7 for ; Fri, 11 Dec 2015 20:26:46 +0000 (UTC) Date: Fri, 11 Dec 2015 20:26:46 +0000 (UTC) From: "Tobin Baker (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (REEF-1034) Change default value of JobSubmissionDirectoryPrefix and add to YarnClientConfiguration 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/REEF-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053513#comment-15053513 ] Tobin Baker commented on REEF-1034: ----------------------------------- Per [~markus.weimer]: {quote} +1 There isn't a standard for this on HDFS that I could find. But `/tmp` seems to be a common choice and is used by MapReduce by default. So the folder is likely to exist and be writable. {quote} > Change default value of JobSubmissionDirectoryPrefix and add to YarnClientConfiguration > --------------------------------------------------------------------------------------- > > Key: REEF-1034 > URL: https://issues.apache.org/jira/browse/REEF-1034 > Project: REEF > Issue Type: Improvement > Components: REEF-Runtime-YARN > Environment: REEF 0.13.0-incubating, Hadoop 2.6.0 > Reporter: Tobin Baker > Assignee: Tobin Baker > Priority: Minor > > The default value of the {{NamedParameter}} {{org.apache.reef.runtime.yarn.driver.parameters.JobSubmissionDirectoryPrefix}} is {{/vol1/tmp}}, a directory that is not even present on most systems. The default value should be something POSIX-compliant like {{/tmp}}, and this parameter should be added to the {{ConfigurationModule}} {{YarnClientConfiguration.CONF}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)