Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 40283 invoked from network); 25 Oct 2007 17:15:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Oct 2007 17:15:13 -0000 Received: (qmail 31890 invoked by uid 500); 25 Oct 2007 17:15:00 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 31687 invoked by uid 500); 25 Oct 2007 17:15:00 -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 31678 invoked by uid 99); 25 Oct 2007 17:15:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 10:15:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 25 Oct 2007 17:15:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1EEE971422E for ; Thu, 25 Oct 2007 10:14:51 -0700 (PDT) Message-ID: <2125173.1193332491116.JavaMail.jira@brutus> Date: Thu, 25 Oct 2007 10:14:51 -0700 (PDT) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1210) Log counters in job history In-Reply-To: <27353599.1175799032591.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-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated HADOOP-1210: ---------------------------------- Status: Open (was: Patch Available) Owen, looks good. {noformat} /** + * Convert a counters object into a string + * @param counters the counters to stringify + * @return the resulting string + */ + private static String stringifyCounters(Counters counters) { {noformat} {{stringifyCounters}} should rather be {{Counters.toString()}}, more useful for everyone. Could you please make that one change? Thanks! > Log counters in job history > --------------------------- > > Key: HADOOP-1210 > URL: https://issues.apache.org/jira/browse/HADOOP-1210 > Project: Hadoop > Issue Type: Improvement > Components: mapred > Affects Versions: 0.14.0 > Reporter: Albert Chern > Assignee: Owen O'Malley > Priority: Minor > Fix For: 0.16.0 > > Attachments: counters_output, h-1210-job-and-task-status.patch, h-1210-job-and-task-status.patch, h-1210-jobstatus.patch, job-history-counters.patch > > > It would be useful if the value of the global counters were logged to the job history, perhaps even individually for each task after completion. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.