Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 55B9DE2CC for ; Tue, 4 Dec 2012 21:16:59 +0000 (UTC) Received: (qmail 71988 invoked by uid 500); 4 Dec 2012 21:16:59 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 71855 invoked by uid 500); 4 Dec 2012 21:16:59 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 71847 invoked by uid 500); 4 Dec 2012 21:16:59 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 71844 invoked by uid 99); 4 Dec 2012 21:16:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 21:16:59 +0000 Date: Tue, 4 Dec 2012 21:16:58 +0000 (UTC) From: "Cheolsoo Park (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <1062293000.60468.1354655819049.JavaMail.jiratomcat@arcas> In-Reply-To: <890870103.40941.1351545372562.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (PIG-3015) Rewrite of AvroStorage 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/PIG-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510033#comment-13510033 ] Cheolsoo Park commented on PIG-3015: ------------------------------------ Yes, it does. Thank you, sir! > Rewrite of AvroStorage > ---------------------- > > Key: PIG-3015 > URL: https://issues.apache.org/jira/browse/PIG-3015 > Project: Pig > Issue Type: Improvement > Components: piggybank > Reporter: Joseph Adler > Assignee: Joseph Adler > Attachments: PIG-3015.patch > > > The current AvroStorage implementation has a lot of issues: it requires old versions of Avro, it copies data much more than needed, and it's verbose and complicated. (One pet peeve of mine is that old versions of Avro don't support Snappy compression.) > I rewrote AvroStorage from scratch to fix these issues. In early tests, the new implementation is significantly faster, and the code is a lot simpler. Rewriting AvroStorage also enabled me to implement support for Trevni. > I'm opening this ticket to facilitate discussion while I figure out the best way to contribute the changes back to Apache. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira