You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/07/29 00:13:14 UTC

[jira] Commented: (HADOOP-6170) add Avro-based RPC serialization

    [ https://issues.apache.org/jira/browse/HADOOP-6170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736331#action_12736331 ] 

Doug Cutting commented on HADOOP-6170:
--------------------------------------

To implement this, an Avro Transciever can be implemented using Hadoop's Client and Server classes.  The request and response Writable would contain just List<ByteBuffer>.

> add Avro-based RPC serialization
> --------------------------------
>
>                 Key: HADOOP-6170
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6170
>             Project: Hadoop Common
>          Issue Type: New Feature
>            Reporter: Doug Cutting
>            Assignee: Doug Cutting
>             Fix For: 0.21.0
>
>
> Permit RPC protocols to use Avro to serialize requests and responses, so that protocols may better evolve without breaking compatibility.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.