Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 10953 invoked from network); 5 Jun 2008 12:44:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2008 12:44:10 -0000 Received: (qmail 61457 invoked by uid 500); 5 Jun 2008 12:44:11 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 61419 invoked by uid 500); 5 Jun 2008 12:44:11 -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 61397 invoked by uid 99); 5 Jun 2008 12:44:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 05:44:11 -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; Thu, 05 Jun 2008 12:43:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4D51A234C131 for ; Thu, 5 Jun 2008 05:43:45 -0700 (PDT) Message-ID: <1762646057.1212669825315.JavaMail.jira@brutus> Date: Thu, 5 Jun 2008 05:43:45 -0700 (PDT) From: "Tom White (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-3497) File globbing with a PathFilter is too restrictive MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org File globbing with a PathFilter is too restrictive -------------------------------------------------- Key: HADOOP-3497 URL: https://issues.apache.org/jira/browse/HADOOP-3497 Project: Hadoop Core Issue Type: Bug Components: fs Affects Versions: 0.17.0 Reporter: Tom White Consider the file hierarchy {noformat} /a /a/b {noformat} Calling the globStatus method on FileSystem with a path of {noformat}/*/*{noformat} and a PathFilter that only accepts {{/a/b}} returns no matches. It should return a single match: {{/a/b}}. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.