Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E16E54A21 for ; Sat, 11 Jun 2011 00:58:22 +0000 (UTC) Received: (qmail 48412 invoked by uid 500); 11 Jun 2011 00:58:22 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 48382 invoked by uid 500); 11 Jun 2011 00:58:22 -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 48374 invoked by uid 99); 11 Jun 2011 00:58:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 00:58:22 +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; Sat, 11 Jun 2011 00:58:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7462510EB9F for ; Sat, 11 Jun 2011 00:57:59 +0000 (UTC) Date: Sat, 11 Jun 2011 00:57:59 +0000 (UTC) From: "Luke Lu (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1752073012.13070.1307753879473.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <55510245.12688.1307747698852.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HADOOP-7379) Add ability to include Protobufs in ObjectWritable 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-7379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13047812#comment-13047812 ] Luke Lu commented on HADOOP-7379: --------------------------------- Todd, what PEDs are you taking? I mean, you're on a roll :) ProtoUtil.readRawVarint32 is a new implementation vint32 decoding for DataInput. It needs test coverage for 1 to 5 bytes. > Add ability to include Protobufs in ObjectWritable > -------------------------------------------------- > > Key: HADOOP-7379 > URL: https://issues.apache.org/jira/browse/HADOOP-7379 > Project: Hadoop Common > Issue Type: Improvement > Components: io, ipc > Affects Versions: 0.23.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Fix For: 0.23.0 > > Attachments: hadoop-7379.txt > > > Per HDFS-2060, it would make it easier to piecemeal switch to protocol buffer based data structures in the wire protocol if we could intermix the two. The IPC framework currently provides the concept of "engines" for RPC, but that doesn't easily allow mixed types within the same framework for ease of transition. > I'd like to add the cases to ObjectWritable to be handle subclasses of {{Message}}, the superclass of codegenned protobufs. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira