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

Hudson commented on YARN-6871:
------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14057 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/14057/])
YARN-6871. Add additional deSelects params in (xyao: rev 
9b47333ef0fe147bfa54e80600066cfd2d3f1fc3)
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesApps.java
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/AppInfo.java
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/DeSelectFields.java


> Add additional deSelects params in RMWebServices#getAppReport
> -------------------------------------------------------------
>
>                 Key: YARN-6871
>                 URL: https://issues.apache.org/jira/browse/YARN-6871
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: resourcemanager, router
>            Reporter: Giovanni Matteo Fumarola
>            Assignee: Tanuj Nayak
>            Priority: Major
>             Fix For: 2.9.0, 3.0.0, 3.1.0
>
>         Attachments: YARN-6871-branch-2.v1.patch, 
> YARN-6871-branch-2.v2.patch, YARN-6871-branch-2.v3.patch, 
> YARN-6871.002.patch, YARN-6871.003.patch, YARN-6871.004.patch, 
> YARN-6871.005.patch, YARN-6871.006.patch, YARN-6871.007.patch, 
> YARN-6871.008.patch, YARN-6871.009.patch, YARN-6871.proto.patch
>
>
> This jira tracks the effort to add additional deSelect params to the 
> GetAppReport to make it lighter and faster.
> With the current one we are facing a scalability issues.
> E.g. with ~500 applications running the AppReport can reach up to 300MB in 
> size due to the {{ResourceRequest}} in the {{AppInfo}}.
> Yarn RM will return the new result faster and it will use less compute cycles 
> to create the report and it will improve the YARN RM and Client's 
> performances.



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

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

Reply via email to