Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 38989 invoked from network); 5 Dec 2008 19:07:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2008 19:07:11 -0000 Received: (qmail 6676 invoked by uid 500); 5 Dec 2008 19:07:18 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 6612 invoked by uid 500); 5 Dec 2008 19:07:17 -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 6588 invoked by uid 99); 5 Dec 2008 19:07:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2008 11:07:17 -0800 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; Fri, 05 Dec 2008 19:05:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E3CD4234C31A for ; Fri, 5 Dec 2008 11:06:44 -0800 (PST) Message-ID: <532311979.1228504004932.JavaMail.jira@brutus> Date: Fri, 5 Dec 2008 11:06:44 -0800 (PST) From: "Zheng Shao (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4749) reducer should output input data size and record count when shuffling is done In-Reply-To: <1004437004.1228210004373.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-4749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653894#action_12653894 ] Zheng Shao commented on HADOOP-4749: ------------------------------------ Let's keep it simple and just output input data size for now. Sorting does take a long time (especially with load balance problem) so I don't want to wait till that is done. > reducer should output input data size and record count when shuffling is done > ----------------------------------------------------------------------------- > > Key: HADOOP-4749 > URL: https://issues.apache.org/jira/browse/HADOOP-4749 > Project: Hadoop Core > Issue Type: Improvement > Components: mapred > Reporter: Zheng Shao > > Sometimes we see a single slow reducer because of the load balancing problem. This information will be very useful to understand how imbalanced the load is. > Should be easy to fix I guess, since reducer should have all information needed at the end of the shuffling phase. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.