From mapreduce-issues-return-93382-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Wed Jun 5 06:48:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id D5C95180763 for ; Wed, 5 Jun 2019 08:48:02 +0200 (CEST) Received: (qmail 4891 invoked by uid 500); 5 Jun 2019 06:48:02 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 4880 invoked by uid 99); 5 Jun 2019 06:48:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2019 06:48:02 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7FC10E2D14 for ; Wed, 5 Jun 2019 06:48:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 49E8D245A1 for ; Wed, 5 Jun 2019 06:48:00 +0000 (UTC) Date: Wed, 5 Jun 2019 06:48:00 +0000 (UTC) From: "KWON BYUNGCHANG (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-7067) MR job submission fails if staging dir not on fs.defaultFS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-7067?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 16856414#comment-16856414 ]=20 KWON BYUNGCHANG commented on MAPREDUCE-7067: -------------------------------------------- [~jiwq] This bug is also in the trunk.=20 I have a willingness to fix bug of trunk , Can you review and merge to trun= k? > MR job submission fails if staging dir not on fs.defaultFS > ---------------------------------------------------------- > > Key: MAPREDUCE-7067 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-7067 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: applicationmaster, client > Affects Versions: 2.7.1, 3.0.0-alpha4 > Reporter: KWON BYUNGCHANG > Priority: Minor > Attachments: MAPREDUCE-7067.branch-2.7.001.patch, MAPREDUCE-7067.= branch-2.7.002.patch > > > if staging directory ({{yarn.app.mapreduce.am.staging-dir}}) not on fs.de= faultFS. > mr job submission fails. > No reason staging dir should be on fs.defaultFS. > getting filesystem code related staging dir should change from {{FileSyst= em.get(conf)}} to {{stagingDir.getFileSystem(conf)}}=C2=A0 > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org