[ 
https://issues.apache.org/jira/browse/YARN-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13613180#comment-13613180
 ] 

Xuan Gong commented on YARN-440:
--------------------------------

Doing the following change:
1. remove the interface RegistrationResponse, move all the contents into 
RegisterNodeManagerResponse, remove the functions(set and get) of 
RegistrationResponse.
2. change the .proto, remove RegistrationResponseProto (including its pbImpl), 
move all the contents into RegisterNodeManagerResponseProto (including change 
its pbImpl)
3. For all the java files and test files, use RegisterNodeManagerResponse 
instead of RegistrationResponse.
                
> Flatten RegisterNodeManagerResponse
> -----------------------------------
>
>                 Key: YARN-440
>                 URL: https://issues.apache.org/jira/browse/YARN-440
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Siddharth Seth
>            Assignee: Xuan Gong
>         Attachments: YARN-440.1.patch
>
>
> RegisterNodeManagerResponse has another wrapper RegistrationResponse under 
> it, which can be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to