Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 275 invoked from network); 8 Apr 2008 05:36:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Apr 2008 05:36:13 -0000 Received: (qmail 71825 invoked by uid 500); 8 Apr 2008 05:36:07 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 71776 invoked by uid 500); 8 Apr 2008 05:36:07 -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 71628 invoked by uid 99); 8 Apr 2008 05:36:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Apr 2008 22:36:07 -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; Tue, 08 Apr 2008 05:35:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61C3D234C0C5 for ; Mon, 7 Apr 2008 22:33:24 -0700 (PDT) Message-ID: <1680288198.1207632804399.JavaMail.jira@brutus> Date: Mon, 7 Apr 2008 22:33:24 -0700 (PDT) From: "Raghu Angadi (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-1373) checkPath() throws IllegalArgumentException 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-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raghu Angadi updated HADOOP-1373: --------------------------------- Hadoop Flags: [Reviewed] > checkPath() throws IllegalArgumentException > ------------------------------------------- > > Key: HADOOP-1373 > URL: https://issues.apache.org/jira/browse/HADOOP-1373 > Project: Hadoop Core > Issue Type: Bug > Components: fs > Affects Versions: 0.12.3 > Environment: Windows, Linux > Reporter: Konstantin Shvachko > Assignee: Edward J. Yoon > Priority: Blocker > Fix For: 0.17.0 > > Attachments: 1373.patch, 1373_v02.patch, 1373_v03.patch > > > This was introduced recently in one of the patches committed around 05/15 or 05/14. > I am running TestDFSIO on a two node cluster. Here is the exception I get > 07/05/15 19:14:53 INFO mapred.TaskInProgress: Error from task_0001_m_000007_0: java.lang.IllegalArgumentException: Wrong FS: hdfs://MY-HOST:7017/benchmarks/TestDFSIO/io_control/in_file_test_io_7, expected: hdfs://my-host:7017 > at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:230) > at org.apache.hadoop.dfs.DistributedFileSystem$RawDistributedFileSystem.getPath(DistributedFileSystem.java:110) > at org.apache.hadoop.dfs.DistributedFileSystem$RawDistributedFileSystem.exists(DistributedFileSystem.java:170) > at org.apache.hadoop.fs.FilterFileSystem.exists(FilterFileSystem.java:168) > at org.apache.hadoop.fs.ChecksumFileSystem.open(ChecksumFileSystem.java:335) > at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:1162) > at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:1156) > at org.apache.hadoop.mapred.SequenceFileRecordReader.(SequenceFileRecordReader.java:40) > at org.apache.hadoop.mapred.SequenceFileInputFormat.getRecordReader(SequenceFileInputFormat.java:54) > at org.apache.hadoop.mapred.MapTask.run(MapTask.java:149) > at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1709) > I confess, my config on one of the machines specifies name-node "MY-HOST:7017" and on the other one "my-host:7017". > But that was acceptable before and should stay that way in the future afaiu. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.