You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "jaehoon ko (JIRA)" <ji...@apache.org> on 2015/10/13 11:52:05 UTC

[jira] [Created] (YARN-4260) Check NodeManager's validity based on hostname(IP) and port

jaehoon ko created YARN-4260:
--------------------------------

             Summary: Check NodeManager's validity based on hostname(IP) and port
                 Key: YARN-4260
                 URL: https://issues.apache.org/jira/browse/YARN-4260
             Project: Hadoop YARN
          Issue Type: Improvement
          Components: resourcemanager
    Affects Versions: 2.7.1
            Reporter: jaehoon ko


There can be situations where multiple NMs are running on the same host; emulating multi-host YARN cluster on one host, deploying dockerized NMs that share network stack. In such cases, RM should be able to distinguish NMs running on the same host. However, current implementation checks validity of NM based only on hostname (NodesListManager.isValidNode()). So it is not possible to distinguish a specific NM from other NMs on the same host.




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