Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 79599 invoked from network); 28 Mar 2008 12:20:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2008 12:20:48 -0000 Received: (qmail 78381 invoked by uid 500); 28 Mar 2008 12:20:42 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 78353 invoked by uid 500); 28 Mar 2008 12:20:42 -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 78337 invoked by uid 99); 28 Mar 2008 12:20:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2008 05:20:42 -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, 28 Mar 2008 12:19:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B65C0234C0B1 for ; Fri, 28 Mar 2008 05:18:24 -0700 (PDT) Message-ID: <1907912377.1206706704746.JavaMail.jira@brutus> Date: Fri, 28 Mar 2008 05:18:24 -0700 (PDT) From: "Hudson (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3064) Exception with file globbing closures In-Reply-To: <402490044.1206117685843.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-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582994#action_12582994 ] Hudson commented on HADOOP-3064: -------------------------------- Integrated in Hadoop-trunk #444 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/444/]) > Exception with file globbing closures > ------------------------------------- > > Key: HADOOP-3064 > URL: https://issues.apache.org/jira/browse/HADOOP-3064 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Affects Versions: 0.16.1 > Reporter: Tom White > Assignee: Hairong Kuang > Fix For: 0.17.0 > > Attachments: inputPath.patch, inputPath1.patch, inputPath2.patch, inputPath3.patch, inputPath4.patch > > > Using file globbing to select various input paths, like so: > conf.setInputPath(new Path("mr/input/glob/2008/02/{02,08}")); > gives an exception: > Exception in thread "main" java.io.IOException: Illegal file pattern: > Expecting set closure character or end of range, or } for glob {02 at > 3 > at org.apache.hadoop.fs.FileSystem$GlobFilter.error(FileSystem.java:1023) > at org.apache.hadoop.fs.FileSystem$GlobFilter.setRegex(FileSystem.java:1008) > at org.apache.hadoop.fs.FileSystem$GlobFilter.(FileSystem.java:926) > at org.apache.hadoop.fs.FileSystem.globStatus(FileSystem.java:826) > at org.apache.hadoop.fs.FileSystem.globPaths(FileSystem.java:873) > at org.apache.hadoop.mapred.FileInputFormat.validateInput(FileInputFormat.java:131) > at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:541) > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:809) > The code for JobConf.getInputPaths tokenizes using > a comma as the delimiter, producing two paths > "mr/input/glob/2008/02/{02" and "08}". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.