Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 33C6A105FC for ; Tue, 26 Nov 2013 04:34:48 +0000 (UTC) Received: (qmail 28960 invoked by uid 500); 26 Nov 2013 04:34:46 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 28910 invoked by uid 500); 26 Nov 2013 04:34:40 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 28898 invoked by uid 500); 26 Nov 2013 04:34:38 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 28885 invoked by uid 99); 26 Nov 2013 04:34:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Nov 2013 04:34:35 +0000 Date: Tue, 26 Nov 2013 04:34:35 +0000 (UTC) From: "Chao Shi (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CRUNCH-303) Disable "combine input" in HFileSource MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CRUNCH-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Shi resolved CRUNCH-303. ----------------------------- Resolution: Fixed Assignee: Chao Shi Committed. > Disable "combine input" in HFileSource > -------------------------------------- > > Key: CRUNCH-303 > URL: https://issues.apache.org/jira/browse/CRUNCH-303 > Project: Crunch > Issue Type: Bug > Components: IO > Reporter: Chao Shi > Assignee: Chao Shi > Attachments: crunch-303.patch > > > In CRUNCH-165, CombineFileInputFormat is automatically used by default. This does not work with HFileSource, as the overrided HFileInputFormat#listStatus is not called. CombineFileInputFormat always calls FileInputFormat#listStatus. -- This message was sent by Atlassian JIRA (v6.1#6144)