[
https://issues.apache.org/jira/browse/YARN-9213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16756547#comment-16756547
]
Szilard Nemeth commented on YARN-9213:
--------------------------------------
Hi [~pbacsko]!
Thanks for the review!
No, this is not only a safety net. If you check the calls of
\{{getResourceAsString}}, you can see that is invoked with standard resources
(memory, vcores) as well.
See this part of the patch:
{code:java}
sb.append(getResourceAsString(ResourceInformation.MEMORY_URI,
allocatedResources.get(ResourceInformation.MEMORY_URI))).append(", ");
sb.append(getResourceAsString(ResourceInformation.VCORES_URI,
allocatedResources.get(ResourceInformation.VCORES_URI)));
{code}
> RM Web UI does not show custom resource allocations for containers page
> -----------------------------------------------------------------------
>
> Key: YARN-9213
> URL: https://issues.apache.org/jira/browse/YARN-9213
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Szilard Nemeth
> Assignee: Szilard Nemeth
> Priority: Major
> Attachments: YARN-9213.001.patch
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]