Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 35213 invoked from network); 14 May 2008 00:46:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2008 00:46:21 -0000 Received: (qmail 77092 invoked by uid 500); 14 May 2008 00:46:22 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 77071 invoked by uid 500); 14 May 2008 00:46:22 -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 77056 invoked by uid 99); 14 May 2008 00:46:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2008 17:46:22 -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; Wed, 14 May 2008 00:45:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 399D9234C10F for ; Tue, 13 May 2008 17:45:57 -0700 (PDT) Message-ID: <913834077.1210725957231.JavaMail.jira@brutus> Date: Tue, 13 May 2008 17:45:57 -0700 (PDT) From: "Nigel Daley (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 ] Nigel Daley updated HADOOP-3157: -------------------------------- Release Note: (was: Fix path handling in DistributedCache and TestMiniMRLocalFS to work correctly on Windows.) Test changes are not release note worthy. Remove the release note. > 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: Doug Cutting > Priority: Blocker > Fix For: 0.17.0 > > Attachments: HADOOP-3157-1.patch, HADOOP-3157-2.patch, HADOOP-3157-3.patch, HADOOP-3157.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.