[ https://issues.apache.org/jira/browse/MAPREDUCE-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246635#comment-13246635 ]
Robert Joseph Evans commented on MAPREDUCE-3315: ------------------------------------------------ Yes it does. {code} server = RPC.getServer(MWProtocol.class, this, hostname, 0, conf); port = server.getPort(); server.start(); {code} > Master-Worker Application on YARN > --------------------------------- > > Key: MAPREDUCE-3315 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3315 > Project: Hadoop Map/Reduce > Issue Type: New Feature > Reporter: Sharad Agarwal > Assignee: Sharad Agarwal > Fix For: 0.24.0 > > Attachments: MAPREDUCE-3315-1.patch, MAPREDUCE-3315-2.patch, > MAPREDUCE-3315.patch > > > Currently master worker scenarios are forced fit into Map-Reduce. Now with > YARN, these can be first class and would benefit real/near realtime workloads > and be more effective in using the cluster resources. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira