[ https://issues.apache.org/jira/browse/YARN-7331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16224435#comment-16224435 ]
Jian He edited comment on YARN-7331 at 10/30/17 7:16 AM: --------------------------------------------------------- - In component page -- rename "Component Group" column to "Component" -- rename "# Components" to "Num Instances" -- remove "Created Time" column, as component is logic concept, creation time is not much meaningful - In component instance page -- rename "Component Name" to "Component Instance" -- The Container resource object now has the "componentInstanceName" field, use that instead for this "Component Instance" column, no need to append id at UI side - The below metrics need not to show up in UI. These can be removed. -- Surplus Containers -- Containers Failed Since Last Threshold -- Pending Anti-Affinity Containers -- Completed Containers: there's succeededContainers in ServiceMetrics class only, rename to Succeeded Containers? -- rename Pending Containers -> Requested Containers -- add a new "Ready Containers" column, ServiceMetrics now exposes "containerReady" -- add a new "Containers Failed due to disk" was (Author: jianhe): - In component page -- rename "Component Group" column to "Component" -- rename "# Components" to "Num Instances" -- remove "Created Time" column, as component is logic concept, creation time is not much meaningful - In component instance page -- rename "Component Name" to "Component Instance" -- The Container resource object now has the "componentInstanceName" field, use that instead for this "Component Instance" column, no need to append id at UI side - The below metrics need not to show up in UI. These can be removed. -- Surplus Containers -- Containers Failed Since Last Threshold -- Pending Anti-Affinity Containers -- Completed Containers: there's succeededContainers in ServiceMetrics class only, rename to Succeeded Containers? -- rename Pending Containers -> Requested Containers -- add a new "Ready Containers" column, ServiceMetrics now exposes "containerReady" -- add a new "Containers Disk Failure" -- I think we don't need to separate the metrics to "Success Information" and "Failure Information", just using one table is fine. > Change in few metrics in new YARN UI related to native-services > --------------------------------------------------------------- > > Key: YARN-7331 > URL: https://issues.apache.org/jira/browse/YARN-7331 > Project: Hadoop YARN > Issue Type: Sub-task > Affects Versions: yarn-native-services > Reporter: Sunil G > Assignee: Sunil G > Attachments: YARN-7331.yarn-native-services.001.patch > > > Few metrics changes. > 1. The below metrics need not to show up in UI. These can be removed. > containersRequested > pendingAAContainers > surplusContainers > Containers Failed Since Last Threshold > Pending Anti-Affinity Containers > 2. completedContainers is Renamed to containersSucceeded > 3. containersReady is newly added. > 4. “Created Time” in component to be removed. This is not real created time > for component. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org