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 4407011977 for ; Sat, 9 Aug 2014 00:40:12 +0000 (UTC) Received: (qmail 16362 invoked by uid 500); 9 Aug 2014 00:40:12 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 16341 invoked by uid 500); 9 Aug 2014 00:40:11 -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 16327 invoked by uid 500); 9 Aug 2014 00:40:11 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 16322 invoked by uid 99); 9 Aug 2014 00:40:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Aug 2014 00:40:11 +0000 Date: Sat, 9 Aug 2014 00:40:11 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CRUNCH-461) Ensure the CombineFileInputFormat is configured w/inputConf properties on a Source MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Wills created CRUNCH-461: --------------------------------- Summary: Ensure the CombineFileInputFormat is configured w/inputConf properties on a Source Key: CRUNCH-461 URL: https://issues.apache.org/jira/browse/CRUNCH-461 Project: Crunch Issue Type: Bug Reporter: Josh Wills Ran into an issue where the mapred.min.split.size wasn't being respected by the CombineFileInputFormat when it was specified via the inputConf options on the Source. This happens b/c the CombineFileInputFormat doesn't use the version of the JobContext that has been configured w/the Source-specific inputConf information. The fix is tiny. -- This message was sent by Atlassian JIRA (v6.2#6252)