Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 16A28D6EF for ; Mon, 1 Oct 2012 17:19:09 +0000 (UTC) Received: (qmail 26871 invoked by uid 500); 1 Oct 2012 17:19:08 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 26820 invoked by uid 500); 1 Oct 2012 17:19:08 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 26783 invoked by uid 99); 1 Oct 2012 17:19:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 17:19:08 +0000 Date: Tue, 2 Oct 2012 04:19:08 +1100 (NCT) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1302442553.148673.1349111948467.JavaMail.jiratomcat@arcas> In-Reply-To: <1977848962.148146.1349106188026.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (MAPREDUCE-4695) Fix LocalRunner on trunk after MAPREDUCE-3223 broke it 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/MAPREDUCE-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466959#comment-13466959 ] Hudson commented on MAPREDUCE-4695: ----------------------------------- Integrated in Hadoop-Common-trunk-Commit #2797 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2797/]) MAPREDUCE-4695. Fix LocalRunner on trunk after MAPREDUCE-3223 broke it. Contributed by Harsh J. (harsh) (Revision 1392446) Result = SUCCESS harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1392446 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml > Fix LocalRunner on trunk after MAPREDUCE-3223 broke it > ------------------------------------------------------ > > Key: MAPREDUCE-4695 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4695 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 3.0.0 > Reporter: Harsh J > Assignee: Harsh J > Priority: Blocker > Fix For: 3.0.0 > > Attachments: MAPREDUCE-4695.patch, MAPREDUCE-4695.patch > > > MAPREDUCE-3223 removed mapreduce.cluster.local.dir property from mapred-default.xml (since NM local dirs are now used) but failed to counter that LocalJobRunner, etc. still use it. > {code} > mr-3223.txt:- mapreduce.cluster.local.dir > mr-3223.txt-- ${hadoop.tmp.dir}/mapred/local > {code} > All local job tests have been failing since then. > This JIRA is to reintroduce it or provide an equivalent new config for fixing it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira