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

Sunil G commented on YARN-4290:
-------------------------------

Ok. I feel Resource.toString is not separated by "/". From {{Resource}} class 
{{toString}} is like,
{code}
"<memory:" + getMemory() + ", vCores:" + getVirtualCores() + ">"
{code}
Am I missing something?

> "yarn nodes -list" should print all nodes reports information
> -------------------------------------------------------------
>
>                 Key: YARN-4290
>                 URL: https://issues.apache.org/jira/browse/YARN-4290
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: client
>            Reporter: Wangda Tan
>            Assignee: Sunil G
>
> Currently, "yarn nodes -list" command only shows 
> - "Node-Id", 
> - "Node-State", 
> - "Node-Http-Address",
> - "Number-of-Running-Containers"
> I think we need to show more information such as used resource, just like 
> "yarn nodes -status" command.
> Maybe we can add a parameter to -list, such as "-show-details" to enable 
> printing all detailed information.



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

Reply via email to