Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 39358 invoked from network); 17 Jul 2009 09:34:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jul 2009 09:34:36 -0000 Received: (qmail 97996 invoked by uid 500); 17 Jul 2009 09:35:40 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 97914 invoked by uid 500); 17 Jul 2009 09:35:40 -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 97865 invoked by uid 99); 17 Jul 2009 09:35:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 09:35:37 +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; Fri, 17 Jul 2009 09:35:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF63E234C044 for ; Fri, 17 Jul 2009 02:35:14 -0700 (PDT) Message-ID: <824935473.1247823314901.JavaMail.jira@brutus> Date: Fri, 17 Jul 2009 02:35:14 -0700 (PDT) From: "Sharad Agarwal (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Updated: (HADOOP-6120) Add support for Avro types in hadoop 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-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sharad Agarwal updated HADOOP-6120: ----------------------------------- Attachment: 6120_v5.patch Implemented AvroSerialization#close, added more javadoc, made AvroSerialization as public. bq. Is there any reason not to add these serializers to io.serializations by default? I didn't add considering JavaSerialization also not there in default. But I think its ok to have these. Added both Avro and java serializations to core-default.xml and SerializationFactory. > Add support for Avro types in hadoop > ------------------------------------ > > Key: HADOOP-6120 > URL: https://issues.apache.org/jira/browse/HADOOP-6120 > Project: Hadoop Common > Issue Type: New Feature > Reporter: Sharad Agarwal > Assignee: Sharad Agarwal > Attachments: 6120_v1.patch, 6120_v2.patch, 6120_v3.patch, 6120_v4.patch, 6120_v5.patch, HADOOP-6120.patch > > > Support to serialize and deserialize Avro types in Hadoop. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.