Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 9330 invoked from network); 3 Mar 2010 03:37:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Mar 2010 03:37:56 -0000 Received: (qmail 29158 invoked by uid 500); 3 Mar 2010 03:37:50 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 29100 invoked by uid 500); 3 Mar 2010 03:37:50 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 29079 invoked by uid 99); 3 Mar 2010 03:37:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 03:37:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 03:37:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B72D234C1F0 for ; Wed, 3 Mar 2010 03:37:27 +0000 (UTC) Message-ID: <961353967.23291267587447242.JavaMail.jira@brutus.apache.org> Date: Wed, 3 Mar 2010 03:37:27 +0000 (UTC) From: "Hemanth Yamijala (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Resolved: (MAPREDUCE-1551) TestMiniMRLocalFS fails In-Reply-To: <231624630.18711267572627278.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hemanth Yamijala resolved MAPREDUCE-1551. ----------------------------------------- Resolution: Duplicate This is a duplicate of MAPREDUCE-1520. There's a patch on it with a +1 from Devaraj. Can it be committed ? > TestMiniMRLocalFS fails > ----------------------- > > Key: MAPREDUCE-1551 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1551 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: test > Affects Versions: 0.22.0 > Reporter: Chris Douglas > > {{TestMiniMRLocalFS}} fails consistently on trunk: > {noformat} > Testcase: testWithLocal took 38.957 sec > Caused an ERROR > File QuasiMonteCarlo_TMP_3_141592654/out/reduce-out does not exist. > java.io.FileNotFoundException: File QuasiMonteCarlo_TMP_3_141592654/out/reduce-out does not exist. > at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:420) > at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:246) > at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:1466) > at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:1447) > at org.apache.hadoop.examples.QuasiMonteCarlo.estimatePi(QuasiMonteCarlo.java:313) > at org.apache.hadoop.mapred.TestMiniMRWithDFS.runPI(TestMiniMRWithDFS.java:235) > at org.apache.hadoop.mapred.TestMiniMRLocalFS.testWithLocal(TestMiniMRLocalFS.java:68) > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.