Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 74810 invoked from network); 4 Apr 2008 06:28:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 06:28:04 -0000 Received: (qmail 40090 invoked by uid 500); 4 Apr 2008 06:28:03 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 39941 invoked by uid 500); 4 Apr 2008 06:28:02 -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 39932 invoked by uid 99); 4 Apr 2008 06:28:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 23:28:02 -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; Fri, 04 Apr 2008 06:27:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E7966234C0BB for ; Thu, 3 Apr 2008 23:25:27 -0700 (PDT) Message-ID: <845368907.1207290327941.JavaMail.jira@brutus> Date: Thu, 3 Apr 2008 23:25:27 -0700 (PDT) From: "lohit vijayarenu (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3157) TestMiniMRLocalFS fails in trunk on Windows In-Reply-To: <1834514203.1207170804483.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-3157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lohit vijayarenu updated HADOOP-3157: ------------------------------------- Attachment: HADOOP-3157-3.patch I tried makeQualified(Path). But that does not help with FileSystem.getUri().resolve(). I changed to use default value of TEST_ROOT_DIR for Windows. We have to revisit how makeQualified(Path) and FileSystem.getUri().resolve() handles for Windows platform. I will open JIRA for this issue. > TestMiniMRLocalFS fails in trunk on Windows > ------------------------------------------- > > Key: HADOOP-3157 > URL: https://issues.apache.org/jira/browse/HADOOP-3157 > Project: Hadoop Core > Issue Type: Bug > Components: test > Affects Versions: 0.17.0 > Reporter: lohit vijayarenu > Assignee: lohit vijayarenu > Priority: Blocker > Fix For: 0.17.0 > > Attachments: HADOOP-3157-1.patch, HADOOP-3157-2.patch, HADOOP-3157-3.patch > > > TestMiniMRLocalFS fails with this stacktrace on Windows > Testcase: testWithLocal took 299.637 sec > Caused an ERROR > No FileSystem for scheme: C > java.io.IOException: No FileSystem for scheme: C > at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1278) > at org.apache.hadoop.fs.FileSystem.access$300(FileSystem.java:53) > at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1292) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:191) > at org.apache.hadoop.filecache.DistributedCache.getTimestamp(DistributedCache.java:414) > at org.apache.hadoop.mapred.JobClient.configureCommandLineOptions(JobClient.java:605) > at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:700) > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:973) > at org.apache.hadoop.mapred.MRCaching.launchMRCache(MRCaching.java:196) > at org.apache.hadoop.mapred.TestMiniMRLocalFS.testWithLocal(TestMiniMRLocalFS.java:56) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.