Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 69267 invoked from network); 2 Sep 2008 16:36:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Sep 2008 16:36:39 -0000 Received: (qmail 64130 invoked by uid 500); 2 Sep 2008 16:36:34 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 64096 invoked by uid 500); 2 Sep 2008 16:36:34 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 64082 invoked by uid 99); 2 Sep 2008 16:36:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 09:36:34 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 16:35:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CC18C234C1CF for ; Tue, 2 Sep 2008 09:35:44 -0700 (PDT) Message-ID: <832254696.1220373344833.JavaMail.jira@brutus> Date: Tue, 2 Sep 2008 09:35:44 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3748) Flag to make tasks to send counter information only at the end of the task In-Reply-To: <141217348.1215745411637.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-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HADOOP-3748: ---------------------------------- Resolution: Won't Fix Status: Resolved (was: Patch Available) I think this is a really bad plan. The application can already do this by keeping the counters local until the map or reduce close method is called. We already have broken code in the task that tries to only send counters occasionally that should be removed. > Flag to make tasks to send counter information only at the end of the task > -------------------------------------------------------------------------- > > Key: HADOOP-3748 > URL: https://issues.apache.org/jira/browse/HADOOP-3748 > Project: Hadoop Core > Issue Type: Improvement > Components: mapred > Environment: all > Reporter: Alejandro Abdelnur > Attachments: [HADOOP-3748].patch > > > Currently counters are streaming from the task to the jobtracker as the task progresses. If the number of counters is large this has a significant impact on the network traffic as well as in the JobTracker load. > The should be a flag, for example by counter-group, that indicates that the counters are to be reported at the end of the task. By default this flag should be set to false for all counter-groups maintaining the current behavior. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.