You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ravi Prakash (JIRA)" <ji...@apache.org> on 2012/11/16 06:42:12 UTC

[jira] [Created] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Ravi Prakash created MAPREDUCE-4802:
---------------------------------------

             Summary: Takes a long time to load the task list on the AM for large jobs
                 Key: MAPREDUCE-4802
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: mr-am, mrv2, webapps
    Affects Versions: 0.23.4, 2.0.2-alpha, 3.0.0
            Reporter: Ravi Prakash
            Assignee: Ravi Prakash


We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499418#comment-13499418 ] 

Hudson commented on MAPREDUCE-4802:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #1260 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1260/])
    MAPREDUCE-4802. Takes a long time to load the task list on the AM for large jobs (Ravi Prakash via bobby) (Revision 1410498)

     Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1410498
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TasksBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TasksPage.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsJobsBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsTasksBlock.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/yarn.dt.plugins.js

                
> Takes a long time to load the task list on the AM for large jobs
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-4802
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am, mrv2, webapps
>    Affects Versions: 3.0.0, 2.0.2-alpha, 0.23.4
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>             Fix For: 3.0.0, 2.0.3-alpha, 0.23.6
>
>         Attachments: MAPREDUCE-4802.patch
>
>
> We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499397#comment-13499397 ] 

Hudson commented on MAPREDUCE-4802:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #438 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/438/])
    svn merge -c 1410498 FIXES: MAPREDUCE-4802. Takes a long time to load the task list on the AM for large jobs (Ravi Prakash via bobby) (Revision 1410504)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1410504
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TasksBlock.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TasksPage.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsJobsBlock.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsTasksBlock.java
* /hadoop/common/branches/branch-0.23/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/yarn.dt.plugins.js

                
> Takes a long time to load the task list on the AM for large jobs
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-4802
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am, mrv2, webapps
>    Affects Versions: 3.0.0, 2.0.2-alpha, 0.23.4
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>             Fix For: 3.0.0, 2.0.3-alpha, 0.23.6
>
>         Attachments: MAPREDUCE-4802.patch
>
>
> We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Posted by "Ravi Prakash (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Prakash updated MAPREDUCE-4802:
------------------------------------

    Status: Patch Available  (was: Open)
    
> Takes a long time to load the task list on the AM for large jobs
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-4802
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am, mrv2, webapps
>    Affects Versions: 0.23.4, 2.0.2-alpha, 3.0.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>         Attachments: MAPREDUCE-4802.patch
>
>
> We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499408#comment-13499408 ] 

Hudson commented on MAPREDUCE-4802:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #1229 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1229/])
    MAPREDUCE-4802. Takes a long time to load the task list on the AM for large jobs (Ravi Prakash via bobby) (Revision 1410498)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1410498
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TasksBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TasksPage.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsJobsBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsTasksBlock.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/yarn.dt.plugins.js

                
> Takes a long time to load the task list on the AM for large jobs
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-4802
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am, mrv2, webapps
>    Affects Versions: 3.0.0, 2.0.2-alpha, 0.23.4
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>             Fix For: 3.0.0, 2.0.3-alpha, 0.23.6
>
>         Attachments: MAPREDUCE-4802.patch
>
>
> We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Posted by "Robert Joseph Evans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498944#comment-13498944 ] 

Robert Joseph Evans commented on MAPREDUCE-4802:
------------------------------------------------

The changes look good to me, and I don't know how this could impact the failing tests. +1 I'll check this in.
                
> Takes a long time to load the task list on the AM for large jobs
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-4802
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am, mrv2, webapps
>    Affects Versions: 3.0.0, 2.0.2-alpha, 0.23.4
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>         Attachments: MAPREDUCE-4802.patch
>
>
> We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498954#comment-13498954 ] 

Hudson commented on MAPREDUCE-4802:
-----------------------------------

Integrated in Hadoop-trunk-Commit #3031 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/3031/])
    MAPREDUCE-4802. Takes a long time to load the task list on the AM for large jobs (Ravi Prakash via bobby) (Revision 1410498)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1410498
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TasksBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TasksPage.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsJobsBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsTasksBlock.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/yarn.dt.plugins.js

                
> Takes a long time to load the task list on the AM for large jobs
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-4802
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am, mrv2, webapps
>    Affects Versions: 3.0.0, 2.0.2-alpha, 0.23.4
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>             Fix For: 3.0.0, 2.0.3-alpha, 0.23.6
>
>         Attachments: MAPREDUCE-4802.patch
>
>
> We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Posted by "Robert Joseph Evans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans updated MAPREDUCE-4802:
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23.6
                   2.0.3-alpha
                   3.0.0
           Status: Resolved  (was: Patch Available)

Thanks Ravi,

I pulled this into branch-0.23, branch-2, and trunk.
                
> Takes a long time to load the task list on the AM for large jobs
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-4802
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am, mrv2, webapps
>    Affects Versions: 3.0.0, 2.0.2-alpha, 0.23.4
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>             Fix For: 3.0.0, 2.0.3-alpha, 0.23.6
>
>         Attachments: MAPREDUCE-4802.patch
>
>
> We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Posted by "Ravi Prakash (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498676#comment-13498676 ] 

Ravi Prakash commented on MAPREDUCE-4802:
-----------------------------------------

Please apply this patch AFTER YARN-151. 
                
> Takes a long time to load the task list on the AM for large jobs
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-4802
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am, mrv2, webapps
>    Affects Versions: 3.0.0, 2.0.2-alpha, 0.23.4
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>         Attachments: MAPREDUCE-4802.patch
>
>
> We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Posted by "Ravi Prakash (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498783#comment-13498783 ] 

Ravi Prakash commented on MAPREDUCE-4802:
-----------------------------------------

All these tests are failing on unpatched trunk. On branch-0.23 none of them are failing unpatched or patched. 

I could only find this for TestRecovery: https://issues.apache.org/jira/browse/MAPREDUCE-4784. All of them might be failing for the same reason though, so I don't want to go and find separate JIRAs for all of them.

Can we please handle this issue of unrelated test failures in a separate JIRA?
                
> Takes a long time to load the task list on the AM for large jobs
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-4802
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am, mrv2, webapps
>    Affects Versions: 3.0.0, 2.0.2-alpha, 0.23.4
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>         Attachments: MAPREDUCE-4802.patch
>
>
> We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499386#comment-13499386 ] 

Hudson commented on MAPREDUCE-4802:
-----------------------------------

Integrated in Hadoop-Yarn-trunk #39 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/39/])
    MAPREDUCE-4802. Takes a long time to load the task list on the AM for large jobs (Ravi Prakash via bobby) (Revision 1410498)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1410498
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TasksBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TasksPage.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsJobsBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsTasksBlock.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/yarn.dt.plugins.js

                
> Takes a long time to load the task list on the AM for large jobs
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-4802
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am, mrv2, webapps
>    Affects Versions: 3.0.0, 2.0.2-alpha, 0.23.4
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>             Fix For: 3.0.0, 2.0.3-alpha, 0.23.6
>
>         Attachments: MAPREDUCE-4802.patch
>
>
> We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498683#comment-13498683 ] 

Hadoop QA commented on MAPREDUCE-4802:
--------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12553755/MAPREDUCE-4802.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  The javadoc tool did not generate any warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:red}-1 core tests{color}.  The patch failed these unit tests in hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common:

                  org.apache.hadoop.mapreduce.v2.app.TestRecovery
                  org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler
                  org.apache.hadoop.mapreduce.v2.app.TestAMInfos
                  org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing
                  org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryEvents

    {color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/3037//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/3037//console

This message is automatically generated.
                
> Takes a long time to load the task list on the AM for large jobs
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-4802
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am, mrv2, webapps
>    Affects Versions: 3.0.0, 2.0.2-alpha, 0.23.4
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>         Attachments: MAPREDUCE-4802.patch
>
>
> We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4802) Takes a long time to load the task list on the AM for large jobs

Posted by "Ravi Prakash (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Prakash updated MAPREDUCE-4802:
------------------------------------

    Attachment: MAPREDUCE-4802.patch

This patch adds deferred rendering to the tasks page on the AM. It also incorporates some minor fixes and removes unused imports
                
> Takes a long time to load the task list on the AM for large jobs
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-4802
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4802
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am, mrv2, webapps
>    Affects Versions: 3.0.0, 2.0.2-alpha, 0.23.4
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>         Attachments: MAPREDUCE-4802.patch
>
>
> We should turn on deferred rendering in DataTables as suggested by Luke here: https://issues.apache.org/jira/browse/YARN-151?focusedCommentId=13475811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475811

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira