Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 68551 invoked from network); 29 Oct 2007 00:25:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 00:25:15 -0000 Received: (qmail 3853 invoked by uid 500); 29 Oct 2007 00:25:02 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 3822 invoked by uid 500); 29 Oct 2007 00:25:02 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 3813 invoked by uid 99); 29 Oct 2007 00:25:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2007 17:25:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 00:25:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EA83E7141F1 for ; Sun, 28 Oct 2007 17:24:50 -0700 (PDT) Message-ID: <22789704.1193617490958.JavaMail.jira@brutus> Date: Sun, 28 Oct 2007 17:24:50 -0700 (PDT) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-2112) TestMiniMRMapRedDebugScript fails due to a missing file In-Reply-To: <16659555.1193460530897.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538383 ] Hadoop QA commented on HADOOP-2112: ----------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12368537/HADOOP-2112_1_20071027.patch against trunk revision r588778. @author +1. The patch does not contain any @author tags. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new compiler warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1016/testReport/ Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1016/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1016/artifact/trunk/build/test/checkstyle-errors.html Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1016/console This message is automatically generated. > TestMiniMRMapRedDebugScript fails due to a missing file > ------------------------------------------------------- > > Key: HADOOP-2112 > URL: https://issues.apache.org/jira/browse/HADOOP-2112 > Project: Hadoop > Issue Type: Bug > Affects Versions: 0.16.0 > Reporter: Devaraj Das > Assignee: Arun C Murthy > Priority: Blocker > Fix For: 0.16.0 > > Attachments: build.xml.diff, HADOOP-2112_1_20071027.patch > > > The testcase fails consistently with the following error: > Waiting for the Mini HDFS Cluster to start... > java.io.IOException: build/test/debug/testscript.txt: No such file or directory > at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:142) > at org.apache.hadoop.fs.FileSystem.copyFromLocalFile(FileSystem.java:826) > at org.apache.hadoop.fs.FileSystem.copyFromLocalFile(FileSystem.java:814) > at org.apache.hadoop.fs.FileSystem.copyFromLocalFile(FileSystem.java:795) > at org.apache.hadoop.mapred.TestMiniMRMapRedDebugScript.launchFailMapAndDebug(TestMiniMRMapRedDebugScript.java:132) > at org.apache.hadoop.mapred.TestMiniMRMapRedDebugScript.testMapDebugScript(TestMiniMRMapRedDebugScript.java:199) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at junit.framework.TestCase.runTest(TestCase.java:154) > at junit.framework.TestCase.runBare(TestCase.java:127) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.