Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 4830 invoked from network); 5 Apr 2008 04:02:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2008 04:02:04 -0000 Received: (qmail 37152 invoked by uid 500); 5 Apr 2008 04:02:02 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 37118 invoked by uid 500); 5 Apr 2008 04:02: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 37109 invoked by uid 99); 5 Apr 2008 04:02:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 21:02: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; Sat, 05 Apr 2008 04:01:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A77EB234C0BF for ; Fri, 4 Apr 2008 20:59:25 -0700 (PDT) Message-ID: <1822618456.1207367965685.JavaMail.jira@brutus> Date: Fri, 4 Apr 2008 20:59:25 -0700 (PDT) From: "Edward J. Yoon (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 ] Edward J. Yoon updated HADOOP-1373: ----------------------------------- Status: Patch Available (was: Open) Submit this patch. > 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 > > > 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.