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

Tao Yang commented on YARN-8683:
--------------------------------

Thanks [~cheersyang] for your suggestion! 
 Attached v4 to improve the content of AllocationTags.
 Updates:
{code:java}
-          .append(resourceRequest.getAllocationTags() == null ? "N/A"
-              : resourceRequest.getAllocationTags())
+          .append(resourceRequest.getAllocationTags() == null ? "N/A" :
+              StringUtils.join(resourceRequest.getAllocationTags(), ","))
{code}

> Support scheduling request for outstanding requests info in RMAppAttemptBlock
> -----------------------------------------------------------------------------
>
>                 Key: YARN-8683
>                 URL: https://issues.apache.org/jira/browse/YARN-8683
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: webapp
>    Affects Versions: 3.2.0
>            Reporter: Tao Yang
>            Assignee: Tao Yang
>            Priority: Major
>         Attachments: YARN-8683.001.patch, YARN-8683.002.patch, 
> YARN-8683.003.patch, YARN-8683.004.patch, screenshot-1.png, screenshot-2.png
>
>
> Currently outstanding requests info in app attempt page only show pending 
> resource requests, pending scheduling requests should be shown here too.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to