Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 3928 invoked from network); 17 Oct 2007 11:21:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2007 11:21:12 -0000 Received: (qmail 73716 invoked by uid 500); 17 Oct 2007 11:21:00 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 73346 invoked by uid 500); 17 Oct 2007 11:20:59 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 73337 invoked by uid 99); 17 Oct 2007 11:20:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 04:20:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 11:21:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B47E471403F for ; Wed, 17 Oct 2007 04:20:50 -0700 (PDT) Message-ID: <13314074.1192620050708.JavaMail.jira@brutus> Date: Wed, 17 Oct 2007 04:20:50 -0700 (PDT) From: "eric baldeschwieler (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-2055) JobConf should have a setInputPathFilter(PathFilter filter) method In-Reply-To: <12406987.1192445810655.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-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535507 ] eric baldeschwieler commented on HADOOP-2055: --------------------------------------------- we support globing in input paths now. Doesn't that address this need? IE *.foo > JobConf should have a setInputPathFilter(PathFilter filter) method > ------------------------------------------------------------------ > > Key: HADOOP-2055 > URL: https://issues.apache.org/jira/browse/HADOOP-2055 > Project: Hadoop > Issue Type: New Feature > Environment: all > Reporter: Alejandro Abdelnur > Priority: Minor > > It should be possible to set a PathFilter for the input to avoid taking certain files as input data within the input directories. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.