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

Vinod Kumar Vavilapalli commented on YARN-422:
----------------------------------------------

I don't see any value in a wrapper around communication to a single NM. It does 
hide-away the records, but what is useful and important is a library which 
takes in a container given by RM and launches in whatever node it is allocated 
on. In that sense, this "ContainerLauncher" library is what should be the 
primary end-point for AM writers. If one wants to launch containers on a single 
node, the same library should be enough.

And yeah, the more I think about, non-blocking APIs seem like must-have.
                
> Add AM-NM client library
> ------------------------
>
>                 Key: YARN-422
>                 URL: https://issues.apache.org/jira/browse/YARN-422
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Bikas Saha
>            Assignee: Zhijie Shen
>         Attachments: proposal_v1.pdf
>
>
> Create a simple wrapper over the AM-NM container protocol to provide hide the 
> details of the protocol implementation.

--
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