Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 28748 invoked from network); 26 Jan 2007 22:45:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jan 2007 22:45:12 -0000 Received: (qmail 71352 invoked by uid 500); 26 Jan 2007 22:45:17 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 71334 invoked by uid 500); 26 Jan 2007 22:45:17 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 71325 invoked by uid 99); 26 Jan 2007 22:45:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2007 14:45:17 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2007 14:45:09 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B35DB7142D6 for ; Fri, 26 Jan 2007 14:44:49 -0800 (PST) Message-ID: <29570463.1169851489731.JavaMail.jira@brutus> Date: Fri, 26 Jan 2007 14:44:49 -0800 (PST) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-936) More updates to metric names to conform to HADOOP-887 In-Reply-To: <7951692.1169757889150.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated HADOOP-936: -------------------------------- Resolution: Fixed Fix Version/s: 0.11.0 Status: Resolved (was: Patch Available) I just committed this. Thanks, Nigel! > More updates to metric names to conform to HADOOP-887 > ----------------------------------------------------- > > Key: HADOOP-936 > URL: https://issues.apache.org/jira/browse/HADOOP-936 > Project: Hadoop > Issue Type: Improvement > Components: mapred > Affects Versions: 0.10.1 > Reporter: Nigel Daley > Priority: Minor > Fix For: 0.11.0 > > Attachments: HADOOP-936.patch > > > In fixing HADOOP-890 I missed 3 metrics in TaskTracker.java > metricsRecord.setMetric("tasks-completed", ++totalTasksCompleted); > metricsRecord.setMetric("maps-running", mapTotal); > metricsRecord.setMetric("reduce-running", reduceTotal); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.