You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Szilard Nemeth (Jira)" <ji...@apache.org> on 2022/10/10 13:39:00 UTC

[jira] [Resolved] (YARN-6766) Add helper method in FairSchedulerAppsBlock to print app info

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

Szilard Nemeth resolved YARN-6766.
----------------------------------
    Hadoop Flags: Reviewed
      Resolution: Fixed

> Add helper method in FairSchedulerAppsBlock to print app info
> -------------------------------------------------------------
>
>                 Key: YARN-6766
>                 URL: https://issues.apache.org/jira/browse/YARN-6766
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: webapp
>    Affects Versions: 2.8.1, 3.0.0-alpha3
>            Reporter: Daniel Templeton
>            Assignee: Riya Khandelwal
>            Priority: Minor
>              Labels: newbie, pull-request-available, trivial
>             Fix For: 3.4.0
>
>
> The various {{*AppsBlock}} classes are riddled with statements like:
> {code}.append(appInfo.getReservedVCores() == -1 ? "N/A" : String.valueOf(appInfo.getReservedVCores())){code}
> The code would be much cleaner if there were a utility method for that operation, e.g.:
> {code}.append(printData(appInfo.getReservedCores())){code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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