[
https://issues.apache.org/jira/browse/SAMZA-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14877426#comment-14877426
]
Navina Ramesh commented on SAMZA-619:
-------------------------------------
[~closeuris]
ResourceRequest is an internal yarn data structure that is used on the Yarn
Protocol (org.apache.hadoop.yarn.api.records.ResourceRequest). It is not part
of the yarn client library. Hence, I don't think it is a good idea to directly
use an internal class definition.
> Modify Samza AppMaster to enable host-affinity
> ----------------------------------------------
>
> Key: SAMZA-619
> URL: https://issues.apache.org/jira/browse/SAMZA-619
> Project: Samza
> Issue Type: Task
> Components: yarn
> Affects Versions: 0.10.0
> Reporter: Navina Ramesh
> Assignee: Navina Ramesh
> Fix For: 0.10.0
>
> Attachments: SAMZA-619-0.patch, SAMZA-619-1.patch, SAMZA-619-2.patch,
> SAMZA-619-3.patch
>
>
> In order to enable host-affinity in YARN, the Samza App Master must include
> the node list in the resource request.
> The node list can be obtained from the Job Coordinator that provides the
> container-to-host mapping (SAMZA-618)
> YARN must also be configured to use FairScheduler with continuous scheduling.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)