Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 21881 invoked from network); 4 Apr 2008 13:42:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 13:42:04 -0000 Received: (qmail 41385 invoked by uid 500); 4 Apr 2008 13:42:02 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 41358 invoked by uid 500); 4 Apr 2008 13:42: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 41349 invoked by uid 99); 4 Apr 2008 13:42: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 06:42: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 13:41:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7E8AB234C0B9 for ; Fri, 4 Apr 2008 06:39:24 -0700 (PDT) Message-ID: <609482133.1207316364497.JavaMail.jira@brutus> Date: Fri, 4 Apr 2008 06:39:24 -0700 (PDT) From: "Amareshwari Sriramadasu (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3162) Map/reduce stops working with comma separated input paths In-Reply-To: <2125326957.1207243104536.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-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amareshwari Sriramadasu updated HADOOP-3162: -------------------------------------------- Attachment: patch-3162.txt Fixed javadoc warning > Map/reduce stops working with comma separated input paths > --------------------------------------------------------- > > Key: HADOOP-3162 > URL: https://issues.apache.org/jira/browse/HADOOP-3162 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Affects Versions: 0.17.0 > Reporter: Runping Qi > Assignee: Amareshwari Sriramadasu > Priority: Blocker > Fix For: 0.17.0 > > Attachments: patch-3162.txt > > > When a job is given a comma separated input file list, FileInputFormat class throws an exception, complaining the input is invalid: > org.apache.hadoop.mapred.InvalidInputException: Input path doesnt exist : hdfs:/ > namenode:port/gridmix/data/MonsterQueryBlockCompressed/part- > 00000,/gridmix/data/MonsterQueryBlockCompressed/part-00001,/gridmix/data/Monster > QueryBlockCompressed/part-00002 > at org.apache.hadoop.mapred.FileInputFormat.validateInput(FileInputForma > t.java:213) > at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:705) > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:973) > at org.apache.hadoop.mapred.GenericMRLoadGenerator.run(GenericMRLoadGene > rator.java:189) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.