Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 16408 invoked from network); 6 Feb 2011 22:19:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Feb 2011 22:19:54 -0000 Received: (qmail 99053 invoked by uid 500); 6 Feb 2011 22:19:54 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 98966 invoked by uid 500); 6 Feb 2011 22:19:53 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 98958 invoked by uid 99); 6 Feb 2011 22:19:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 22:19:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 22:19:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E2522196B6E for ; Sun, 6 Feb 2011 22:19:30 +0000 (UTC) Date: Sun, 6 Feb 2011 22:19:30 +0000 (UTC) From: "Niels Basjes (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1459506118.2995.1297030770923.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <6238437.286071293099061858.JavaMail.jira@thor> Subject: [jira] Updated: (HADOOP-7076) Splittable Gzip MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-7076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niels Basjes updated HADOOP-7076: --------------------------------- Attachment: HADOOP-7076-2011-02-06.patch Fixed a javadoc error that slipped trough. > Splittable Gzip > --------------- > > Key: HADOOP-7076 > URL: https://issues.apache.org/jira/browse/HADOOP-7076 > Project: Hadoop Common > Issue Type: New Feature > Components: io > Reporter: Niels Basjes > Assignee: Niels Basjes > Attachments: HADOOP-7076-2011-01-26.patch, HADOOP-7076-2011-01-29.patch, HADOOP-7076-2011-02-05.patch, HADOOP-7076-2011-02-06.patch, HADOOP-7076.patch > > > Files compressed with the gzip codec are not splittable due to the nature of the codec. > This limits the options you have scaling out when reading large gzipped input files. > Given the fact that gunzipping a 1GiB file usually takes only 2 minutes I figured that for some use cases wasting some resources may result in a shorter job time under certain conditions. > So reading the entire input file from the start for each split (wasting resources!!) may lead to additional scalability. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira