Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 3182 invoked from network); 7 Sep 2010 03:26:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Sep 2010 03:26:58 -0000 Received: (qmail 38770 invoked by uid 500); 7 Sep 2010 03:26:58 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 38662 invoked by uid 500); 7 Sep 2010 03:26:55 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 38654 invoked by uid 99); 7 Sep 2010 03:26:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 03:26:55 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 03:26:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o873QYjd010119 for ; Tue, 7 Sep 2010 03:26:34 GMT Message-ID: <32657051.47421283829994219.JavaMail.jira@thor> Date: Mon, 6 Sep 2010 23:26:34 -0400 (EDT) From: "Amareshwari Sriramadasu (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1597) combinefileinputformat does not work with non-splittable files In-Reply-To: <180865911.236651268431047442.JavaMail.jira@brutus.apache.org> 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/MAPREDUCE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906651#action_12906651 ] Amareshwari Sriramadasu commented on MAPREDUCE-1597: ---------------------------------------------------- bq. This patch would have to get merged with the recently committed one from MAPREDUCE-2046 Thanks Dhruba for the review. Uploaded patch is already merged with commit of MAPREDUCE-2046. Will update the test results soon. > combinefileinputformat does not work with non-splittable files > -------------------------------------------------------------- > > Key: MAPREDUCE-1597 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1597 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Namit Jain > Assignee: Amareshwari Sriramadasu > Fix For: 0.22.0 > > Attachments: patch-1597.txt > > > CombineFileInputFormat.getSplits() does not take into account whether a file is splittable. > This can lead to a problem for compressed text files - for example, getSplits() may return more > than 1 split depending on the size of the compressed file, all the splits recordreader will read the > complete file. > I ran into this problem while using Hive on hadoop 20. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.