Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 79489 invoked from network); 1 Sep 2008 11:12:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Sep 2008 11:12:11 -0000 Received: (qmail 76421 invoked by uid 500); 1 Sep 2008 11:12:03 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 76410 invoked by uid 500); 1 Sep 2008 11:12:03 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 76399 invoked by uid 99); 1 Sep 2008 11:12:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Sep 2008 04:12:03 -0700 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; Mon, 01 Sep 2008 11:11:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4AA96234C1C8 for ; Mon, 1 Sep 2008 04:11:44 -0700 (PDT) Message-ID: <450941366.1220267504304.JavaMail.jira@brutus> Date: Mon, 1 Sep 2008 04:11:44 -0700 (PDT) From: "Steve Loughran (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4050) TestFairScheduler failed on Linux In-Reply-To: <1637332279.1220051384342.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-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627437#action_12627437 ] Steve Loughran commented on HADOOP-4050: ---------------------------------------- It looks like a path concatenation problem to me; by the time the Java file APIs see it, the path shouldn't contain the /./ sequence...things should be resolved at this point already.Either its a bad configuration file or the code to take path+subdir needs to handle relative references > TestFairScheduler failed on Linux > --------------------------------- > > Key: HADOOP-4050 > URL: https://issues.apache.org/jira/browse/HADOOP-4050 > Project: Hadoop Core > Issue Type: Bug > Components: contrib/fair-share > Environment: Linux > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Matei Zaharia > > {noformat} > Testsuite: org.apache.hadoop.mapred.TestFairScheduler > Tests run: 13, Failures: 0, Errors: 13, Time elapsed: 0.042 sec > Testcase: testAllocationFileParsing took 0.004 sec > Caused an ERROR > /home/tsz/hadoop/latest/build/contrib/fairscheduler/test/data/./test-pools (No such file or directory) > java.io.FileNotFoundException: /home/tsz/hadoop/latest/build/contrib/fairscheduler/test/data/./test-pools (No such file or directory) > at java.io.FileOutputStream.open(Native Method) > at java.io.FileOutputStream.(FileOutputStream.java:179) > at java.io.FileOutputStream.(FileOutputStream.java:70) > at java.io.FileWriter.(FileWriter.java:46) > at org.apache.hadoop.mapred.TestFairScheduler.setUp(TestFairScheduler.java:215) > ... > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.