[
https://issues.apache.org/jira/browse/HDFS-892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853623#action_12853623
]
Sanjay Radia commented on HDFS-892:
-----------------------------------
Doug, you defined:
+public interface NamenodeProtocols
+ extends ClientProtocol,
+ DatanodeProtocol,
+ NamenodeProtocol,
+ RefreshAuthorizationPolicyProtocol,
+ RefreshUserToGroupMappingsProtocol { ...}
Will this prevent us from putting the DatanodeProtocol in a different port?
Was the super-interface added to avoid the duplicate "versioned" interface?
> optionally use Avro for namenode RPC
> ------------------------------------
>
> Key: HDFS-892
> URL: https://issues.apache.org/jira/browse/HDFS-892
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: name-node
> Reporter: Doug Cutting
> Assignee: Doug Cutting
> Fix For: 0.22.0
>
> Attachments: HDFS-892.patch, HDFS-892.patch, HDFS-892.patch,
> HDFS-892.patch, HDFS-892.patch, HDFS-892.patch
>
>
> It should be possible to configure HDFS so that Avro is used for RPCs to the
> namenode.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.