You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Julia (JIRA)" <ji...@apache.org> on 2016/11/16 02:41:59 UTC

[jira] [Assigned] (REEF-1669) Removing YarnClient from YarnContainerManager

     [ https://issues.apache.org/jira/browse/REEF-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julia reassigned REEF-1669:
---------------------------

    Assignee: Julia

> Removing YarnClient from YarnContainerManager
> ---------------------------------------------
>
>                 Key: REEF-1669
>                 URL: https://issues.apache.org/jira/browse/REEF-1669
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF
>            Reporter: Julia
>            Assignee: Julia
>
> Currently we have both YarnClient and resourceManager (AMRMClientAsync) in YarnContainerManager. We call init() and start() for both of them. But inside driver, we are not able to get correct YarnConfiguration for YarnClient, that makes yarnClient.getNodeReports() fail to connect to RM. 
> In YarnContainerManager, we already have onNodesUpdated() which gives the list of the NodeReports on the fly.  yarnClient.getNodeReports() was called at beginning and it only gives a static list. So looks like we don't need to call it anyway. 
> Based on RM folks, REEF should not use YarnClient at driver side. So the proposal it to to remove YarnClient from YarnContainerManager. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)