[
https://issues.apache.org/jira/browse/YARN-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14566500#comment-14566500
]
Hudson commented on YARN-3467:
------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #214 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/214/])
YARN-3467. Expose allocatedMB, allocatedVCores, and runningContainers metrics
on running Applications in RM Web UI. (Anubhav Dhoot via kasha) (kasha: rev
a8acdd65b3f0e8633050a1100136fd5e02ebdcfa)
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/webapp/dao/AppInfo.java
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppsBlock.java
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/webapp/WebPageUtils.java
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/FairSchedulerAppsBlock.java
* hadoop-yarn-project/CHANGES.txt
> Expose allocatedMB, allocatedVCores, and runningContainers metrics on running
> Applications in RM Web UI
> -------------------------------------------------------------------------------------------------------
>
> Key: YARN-3467
> URL: https://issues.apache.org/jira/browse/YARN-3467
> Project: Hadoop YARN
> Issue Type: Improvement
> Components: webapp, yarn
> Affects Versions: 2.5.0
> Reporter: Anthony Rojas
> Assignee: Anubhav Dhoot
> Priority: Minor
> Fix For: 2.8.0
>
> Attachments: ApplicationAttemptPage.png, Screen Shot 2015-05-26 at
> 5.46.54 PM.png, YARN-3467.001.patch, YARN-3467.002.patch, yarn-3467-1.patch
>
>
> The YARN REST API can report on the following properties:
> *allocatedMB*: The sum of memory in MB allocated to the application's running
> containers
> *allocatedVCores*: The sum of virtual cores allocated to the application's
> running containers
> *runningContainers*: The number of containers currently running for the
> application
> Currently, the RM Web UI does not report on these items (at least I couldn't
> find any entries within the Web UI).
> It would be useful for YARN Application and Resource troubleshooting to have
> these properties and their corresponding values exposed on the RM WebUI.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)