Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C35B77589 for ; Thu, 15 Dec 2011 12:23:03 +0000 (UTC) Received: (qmail 27898 invoked by uid 500); 15 Dec 2011 12:23:03 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 27617 invoked by uid 500); 15 Dec 2011 12:23:02 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 27608 invoked by uid 99); 15 Dec 2011 12:23:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 12:23:02 +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 12:22:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A98A9114210 for ; Thu, 15 Dec 2011 12:22:30 +0000 (UTC) Date: Thu, 15 Dec 2011 12:22:30 +0000 (UTC) From: "Mitesh Singh Jat (Created) (JIRA)" To: mapreduce-dev@hadoop.apache.org Message-ID: <1336839105.15192.1323951750695.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (MAPREDUCE-3565) Hadoop Job Counters are misleading in JT/HistoryViewer Web UI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Hadoop Job Counters are misleading in JT/HistoryViewer Web UI ------------------------------------------------------------- Key: MAPREDUCE-3565 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3565 Project: Hadoop Map/Reduce Issue Type: Bug Affects Versions: 0.20.205.0, 0.20.2, 0.20.204.1 Reporter: Mitesh Singh Jat Priority: Minor A sample counters taken from a webui of JT {noformat} Counter Map Reduce Total Job Counters Launched reduce tasks 0 0 1,000 SLOTS_MILLIS_MAPS 0 0 3,572,661,800 Total time spent by all reduces waiting after reserving slots (ms) 0 0 0 Total time spent by all maps waiting after reserving slots (ms) 0 0 0 Rack-local map tasks 0 0 5,031 Launched map tasks 0 0 13,047 Data-local map tasks 0 0 7,981 SLOTS_MILLIS_REDUCES 0 0 2,554,721,397 {noformat} In the above table, the "Rack-local map tasks" is shown as {noformat} 0(Map) + 0(Reduce) = 5031(Total) {noformat} This appears misleading to users. This counter is available in _COUNTERS_ but not in both _MAP_COUNTERS_ and _REDUCE_COUNTERS_ {code} COUNTERS="...{(org\.apache\.hadoop\.mapred\.JobInProgress$Counter)(Job Counters )... [(RACK_LOCAL_MAPS)(Rack-local map tasks)(5031)]...[(TOTAL_LAUNCHED_MAPS)(Launched map tasks)(13047)][(DATA_LOCAL_MAPS)(Data-local map tasks)(7981)]...}..." {code} Is it possible to put (NA/-/) instead of 0 in unavailable counter in particular column? -- 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