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 "Thomas Graves (Created) (JIRA)" <ji...@apache.org> on 2011/11/30 20:03:40 UTC

[jira] [Created] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

jobhistory web ui task counters no longer links to singletakecounter page
-------------------------------------------------------------------------

                 Key: MAPREDUCE-3487
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2
    Affects Versions: 0.23.0
            Reporter: Thomas Graves
            Priority: Critical


The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.

Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
 if (mg == null && rg == null) {
           groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
            _();
          } else {




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Jason Lowe commented on MAPREDUCE-3487:
---------------------------------------

The TestRMNodeTransitions failure appears to be unrelated to this patch.
                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Priority: Critical
>         Attachments: mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Hudson commented on MAPREDUCE-3487:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #307 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/307/])
    MAPREDUCE-3487. Fixed JobHistory web-UI to display links to single task's counters' page. Contributed by Jason Lowe.
svn merge -c 1215016 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215017
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/CountersBlock.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/SingleCounterBlock.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebApp.java

                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Jason Lowe
>            Priority: Critical
>             Fix For: 0.23.1
>
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Jason Lowe commented on MAPREDUCE-3487:
---------------------------------------

Test failures are unrelated to this patch.  See MAPREDUCE-3564.
                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Priority: Critical
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Thomas Graves commented on MAPREDUCE-3487:
------------------------------------------

Jason, I haven't tried the patch so just a question -  the original patch that added the check removed in your patch was to get rid of the link for JobCounters (or any counters) which weren't generated by a map / reduce task. It inadvertently broke the task counters.  Does it still properly not create the link for job counters that weren't generated by a map or reduce task?
                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Priority: Critical
>         Attachments: mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Jason Lowe commented on MAPREDUCE-3487:
---------------------------------------

Yes, you're right, it does break that original change.  I'll rework the patch.
                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Priority: Critical
>         Attachments: mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Vinod Kumar Vavilapalli updated MAPREDUCE-3487:
-----------------------------------------------

          Resolution: Fixed
       Fix Version/s: 0.23.1
    Target Version/s: 0.23.1, 0.24.0  (was: 0.24.0, 0.23.1)
        Release Note: Fixed JobHistory web-UI to display links to single task's counters' page.
        Hadoop Flags: Reviewed
              Status: Resolved  (was: Patch Available)

+1. Just committed this to trunk and branch-0.23. Thanks Jason!
                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Jason Lowe
>            Priority: Critical
>             Fix For: 0.23.1
>
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Hudson commented on MAPREDUCE-3487:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #929 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/929/])
    MAPREDUCE-3487. Fixed JobHistory web-UI to display links to single task's counters' page. Contributed by Jason Lowe.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215016
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/CountersBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/SingleCounterBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebApp.java

                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Jason Lowe
>            Priority: Critical
>             Fix For: 0.23.1
>
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Hudson commented on MAPREDUCE-3487:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1512 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1512/])
    MAPREDUCE-3487. Fixed JobHistory web-UI to display links to single task's counters' page. Contributed by Jason Lowe.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215016
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/CountersBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/SingleCounterBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebApp.java

                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Jason Lowe
>            Priority: Critical
>             Fix For: 0.23.1
>
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Jason Lowe updated MAPREDUCE-3487:
----------------------------------

    Attachment: mapreduce-3487.patch

Patch to restore links to the single task counter page.  Also fixed a bug found during testing where task attempts that were killed before generating any counters (e.g.: speculative execution) could cause an NPE when the task counter page was rendered.
                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Priority: Critical
>         Attachments: mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Thomas Graves commented on MAPREDUCE-3487:
------------------------------------------

+1 lgtm. Brought up ui and links are present and working for task counters, job counters links there and working when appropriate and no link when no map/reduce task affects.  Unit test passe. It also fails appropriately when I remove the null check change to SingleCounterBlock.
                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Priority: Critical
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Vinod Kumar Vavilapalli reassigned MAPREDUCE-3487:
--------------------------------------------------

    Assignee: Jason Lowe

Thanks for the review and testing Thomas! Looking at the patch for the final review/commit.
                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Jason Lowe
>            Priority: Critical
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Hudson commented on MAPREDUCE-3487:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #129 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/129/])
    MAPREDUCE-3487. Fixed JobHistory web-UI to display links to single task's counters' page. Contributed by Jason Lowe.
svn merge -c 1215016 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215017
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/CountersBlock.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/SingleCounterBlock.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebApp.java

                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Jason Lowe
>            Priority: Critical
>             Fix For: 0.23.1
>
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Hudson commented on MAPREDUCE-3487:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #295 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/295/])
    MAPREDUCE-3487. Fixed JobHistory web-UI to display links to single task's counters' page. Contributed by Jason Lowe.
svn merge -c 1215016 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215017
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/CountersBlock.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/SingleCounterBlock.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebApp.java

                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Jason Lowe
>            Priority: Critical
>             Fix For: 0.23.1
>
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Hudson commented on MAPREDUCE-3487:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #896 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/896/])
    MAPREDUCE-3487. Fixed JobHistory web-UI to display links to single task's counters' page. Contributed by Jason Lowe.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215016
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/CountersBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/SingleCounterBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebApp.java

                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Jason Lowe
>            Priority: Critical
>             Fix For: 0.23.1
>
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Hudson commented on MAPREDUCE-3487:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1439 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1439/])
    MAPREDUCE-3487. Fixed JobHistory web-UI to display links to single task's counters' page. Contributed by Jason Lowe.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215016
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/CountersBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/SingleCounterBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebApp.java

                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Jason Lowe
>            Priority: Critical
>             Fix For: 0.23.1
>
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Jason Lowe updated MAPREDUCE-3487:
----------------------------------

    Target Version/s: 0.23.1, 0.24.0  (was: 0.23.1)
              Status: Patch Available  (was: Open)
    
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Priority: Critical
>         Attachments: mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Hudson commented on MAPREDUCE-3487:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1464 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1464/])
    MAPREDUCE-3487. Fixed JobHistory web-UI to display links to single task's counters' page. Contributed by Jason Lowe.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215016
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/CountersBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/SingleCounterBlock.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebApp.java

                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Jason Lowe
>            Priority: Critical
>             Fix For: 0.23.1
>
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Jason Lowe updated MAPREDUCE-3487:
----------------------------------

    Attachment: mapreduce-3487.patch

Patch updated to remove hyperlinks on job counters without map/reduce tasks.
                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Priority: Critical
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Hudson commented on MAPREDUCE-3487:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #284 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/284/])
    MAPREDUCE-3487. Fixed JobHistory web-UI to display links to single task's counters' page. Contributed by Jason Lowe.
svn merge -c 1215016 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215017
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/CountersBlock.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/SingleCounterBlock.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebApp.java

                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Jason Lowe
>            Priority: Critical
>             Fix For: 0.23.1
>
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Hadoop QA commented on MAPREDUCE-3487:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12507538/mapreduce-3487.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these unit tests:
                  org.apache.hadoop.mapreduce.v2.app.TestStagingCleanup
                  org.apache.hadoop.mapreduce.v2.app.TestJobEndNotifier

    +1 contrib tests.  The patch passed contrib unit tests.

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

This message is automatically generated.
                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Priority: Critical
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Hadoop QA commented on MAPREDUCE-3487:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12507456/mapreduce-3487.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these unit tests:
                  org.apache.hadoop.yarn.server.resourcemanager.TestRMNodeTransitions

    +1 contrib tests.  The patch passed contrib unit tests.

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

This message is automatically generated.
                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Priority: Critical
>         Attachments: mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page

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

Hudson commented on MAPREDUCE-3487:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #109 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/109/])
    MAPREDUCE-3487. Fixed JobHistory web-UI to display links to single task's counters' page. Contributed by Jason Lowe.
svn merge -c 1215016 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215017
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/CountersBlock.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/SingleCounterBlock.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebApp.java

                
> jobhistory web ui task counters no longer links to singletakecounter page
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3487
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3487
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Jason Lowe
>            Priority: Critical
>             Fix For: 0.23.1
>
>         Attachments: mapreduce-3487.patch, mapreduce-3487.patch
>
>
> The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
> Looks like MAPREDUCE-3258  changed CounterBlock.java so it doesn't show the link on the counter:
>  if (mg == null && rg == null) {
>            groupRow.td().$title(counter.getName())._(counter.getDisplayName()).
>             _();
>           } else {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira