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 C9269DC06 for ; Wed, 1 Aug 2012 23:23:03 +0000 (UTC) Received: (qmail 42772 invoked by uid 500); 1 Aug 2012 23:23:03 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 42726 invoked by uid 500); 1 Aug 2012 23:23:03 -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 42717 invoked by uid 99); 1 Aug 2012 23:23:03 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 23:23:03 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 1E4AD142855 for ; Wed, 1 Aug 2012 23:23:03 +0000 (UTC) Date: Wed, 1 Aug 2012 23:23:03 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <825749758.2850.1343863383125.JavaMail.jiratomcat@issues-vm> In-Reply-To: <368084378.1005.1343831583209.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (MAPREDUCE-4504) SortValidator writes to wrong directory 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-4504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426992#comment-13426992 ] Hudson commented on MAPREDUCE-4504: ----------------------------------- Integrated in Hadoop-Mapreduce-trunk-Commit #2567 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2567/]) MAPREDUCE-4504. SortValidator writes to wrong directory (Robert Evans via tgraves) (Revision 1368294) Result = FAILURE tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1368294 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/SortValidator.java * /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/SortValidator.java > SortValidator writes to wrong directory > --------------------------------------- > > Key: MAPREDUCE-4504 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4504 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 0.23.3, 3.0.0, 2.2.0-alpha > Reporter: Robert Joseph Evans > Assignee: Robert Joseph Evans > Fix For: 0.23.3, 3.0.0, 2.2.0-alpha > > Attachments: MR-4504.txt > > > SortValidator tries to write to jobConf.get("hadoop.tmp.dir", "/tmp"), but it is not intended to be an HDFS directory. it should just be /tmp. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira