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

Eric Badger updated YARN-10688:
-------------------------------
    Fix Version/s: 3.2.3
                   3.3.1
                   3.4.0

Thanks for the updated patch, [~zhuqi]! +1

I've committed this to trunk (3.4), branch-3.3, and branch-3.2. There was a 
small import conflict that I took care of in the cherry-pick to branch-3.2

> ClusterMetrics should support GPU capacity related metrics.
> -----------------------------------------------------------
>
>                 Key: YARN-10688
>                 URL: https://issues.apache.org/jira/browse/YARN-10688
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: metrics, resourcemanager
>    Affects Versions: 3.2.2, 3.4.0
>            Reporter: Qi Zhu
>            Assignee: Qi Zhu
>            Priority: Major
>             Fix For: 3.4.0, 3.3.1, 3.2.3
>
>         Attachments: YARN-10688.001.patch, YARN-10688.002.patch, 
> YARN-10688.003.patch, YARN-10688.004.patch, image-2021-03-11-15-35-49-625.png
>
>
> Now the ClusterMetrics only support memory and Vcore related metrics.
>  
> {code:java}
> @Metric("Memory Utilization") MutableGaugeLong utilizedMB;
> @Metric("Vcore Utilization") MutableGaugeLong utilizedVirtualCores;
> @Metric("Memory Capability") MutableGaugeLong capabilityMB;
> @Metric("Vcore Capability") MutableGaugeLong capabilityVirtualCores;
> {code}
>  
>  
> !image-2021-03-11-15-35-49-625.png|width=593,height=253!
> In our cluster, we added GPU supported, so i think the GPU related metrics 
> should also be supported by ClusterMetrics.
>  
> cc [~pbacsko]  [~Jim_Brennan]  [~ebadger]  [~gandras]  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to