Return-Path: Delivered-To: apmail-hadoop-avro-dev-archive@minotaur.apache.org Received: (qmail 93806 invoked from network); 18 Feb 2010 05:27:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2010 05:27:52 -0000 Received: (qmail 98382 invoked by uid 500); 18 Feb 2010 05:27:51 -0000 Delivered-To: apmail-hadoop-avro-dev-archive@hadoop.apache.org Received: (qmail 98230 invoked by uid 500); 18 Feb 2010 05:27:51 -0000 Mailing-List: contact avro-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: avro-dev@hadoop.apache.org Delivered-To: mailing list avro-dev@hadoop.apache.org Received: (qmail 98177 invoked by uid 99); 18 Feb 2010 05:27:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 05:27:49 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 05:27:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61F1F234C4AD for ; Wed, 17 Feb 2010 21:27:28 -0800 (PST) Message-ID: <1043031608.351821266470848399.JavaMail.jira@brutus.apache.org> Date: Thu, 18 Feb 2010 05:27:28 +0000 (UTC) From: "Scott Carey (JIRA)" To: avro-dev@hadoop.apache.org Subject: [jira] Commented: (AVRO-414) Binary File concatenate and block-based apppend / compress / uncompress In-Reply-To: <1997833527.236631265998168075.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/AVRO-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835125#action_12835125 ] Scott Carey commented on AVRO-414: ---------------------------------- The last patch includes the latest AVRO-392.patch. The previous one no longer applies cleanly. > Binary File concatenate and block-based apppend / compress / uncompress > ----------------------------------------------------------------------- > > Key: AVRO-414 > URL: https://issues.apache.org/jira/browse/AVRO-414 > Project: Avro > Issue Type: New Feature > Components: java > Reporter: Scott Carey > Assignee: Scott Carey > Fix For: 1.3.0 > > Attachments: AVRO-414.patch, AVRO-414_plus_392.patch > > > The block based format of the binary file allows for block-based operations that do not decode or encode data. > Two such use cases are: > * Change the compression codec or compression level of a file without decoding. > * Concatenate two files with identical schemas together quickly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.