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

Inigo Goiri commented on YARN-1012:
-----------------------------------

Thanks for the feedback, it makes sense.
I have one doubt though; for container monitoring, are you referring to 
YarnConfiguration.NM_CONTAINER_METRICS_ENABLE? You want to do the following?
{code}
    if (this.containerMetricsEnabled) {
      nodeStatus.setContainersUtilization(containersUtilization);
    }
{code}

> Report NM aggregated container resource utilization in heartbeat
> ----------------------------------------------------------------
>
>                 Key: YARN-1012
>                 URL: https://issues.apache.org/jira/browse/YARN-1012
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: nodemanager
>    Affects Versions: 2.7.0
>            Reporter: Arun C Murthy
>            Assignee: Inigo Goiri
>         Attachments: YARN-1012-1.patch, YARN-1012-2.patch, YARN-1012-3.patch, 
> YARN-1012-4.patch, YARN-1012-5.patch, YARN-1012-6.patch, YARN-1012-7.patch, 
> YARN-1012-8.patch, YARN-1012-9.patch
>
>




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

Reply via email to