Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0EFD878A9 for ; Thu, 15 Dec 2011 14:27:00 +0000 (UTC) Received: (qmail 45028 invoked by uid 500); 15 Dec 2011 14:26:59 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 44994 invoked by uid 500); 15 Dec 2011 14:26:59 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 44986 invoked by uid 99); 15 Dec 2011 14:26:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 14:26:59 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 14:26:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id AFB1011470B for ; Thu, 15 Dec 2011 14:26:30 +0000 (UTC) Date: Thu, 15 Dec 2011 14:26:30 +0000 (UTC) From: "Jason Lowe (Commented) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <422796707.15710.1323959190721.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2046171397.27162.1322679820267.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-3487) jobhistory web ui task counters no longer links to singletakecounter page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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