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 "Peter Shi (JIRA)" <ji...@apache.org> on 2015/04/17 05:14:58 UTC

[jira] [Created] (YARN-3500) Optimize ResourceManager Web loading speed

Peter Shi created YARN-3500:
-------------------------------

             Summary: Optimize ResourceManager Web loading speed
                 Key: YARN-3500
                 URL: https://issues.apache.org/jira/browse/YARN-3500
             Project: Hadoop YARN
          Issue Type: Improvement
          Components: resourcemanager
            Reporter: Peter Shi
            Priority: Minor


after running 10k jobs, resoucemanager webui load speed become slow. As server side send 10k jobs information in one response, parsing and rendering page will cost a long time. Current paging logic is done in browser side. 
This issue makes server side to do the paging logic, so that the loading will be fast.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)