[ https://issues.apache.org/jira/browse/HADOOP-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789482#action_12789482 ]
Tom White commented on HADOOP-6422: ----------------------------------- +1 Looks good to me. A couple of minor things: * AvroRpc should really be called AvroRpcEngine or, perhaps, TunnelingAvroRpcEngine. * Change Class to Class<?> in RpcEngine and implementations. > permit RPC protocols to be implemented by Avro > ---------------------------------------------- > > Key: HADOOP-6422 > URL: https://issues.apache.org/jira/browse/HADOOP-6422 > Project: Hadoop Common > Issue Type: New Feature > Components: ipc > Reporter: Doug Cutting > Assignee: Doug Cutting > Fix For: 0.22.0 > > Attachments: HADOOP-6422.patch, HADOOP-6422.patch, HADOOP-6422.patch, > HADOOP-6422.patch > > > To more easily permit Hadoop to evolve to use Avro RPC, I propose to change > RPC to use different implementations for clients and servers based on the > configuration. This is not intended as an end-user configuration: only a > single RPC implementation will be supported in a given release, but rather a > tool to permit us to more easily develop and test new RPC implementations. > As such, the configuration parameters used would not be documented. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.