Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 63694 invoked from network); 11 Jun 2008 18:11:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2008 18:11:41 -0000 Received: (qmail 135 invoked by uid 500); 11 Jun 2008 18:11:41 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 101 invoked by uid 500); 11 Jun 2008 18:11:41 -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 99536 invoked by uid 99); 11 Jun 2008 18:11:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 11:11:40 -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; Wed, 11 Jun 2008 18:10:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 13D50234C140 for ; Wed, 11 Jun 2008 11:10:47 -0700 (PDT) Message-ID: <577283587.1213207847080.JavaMail.jira@brutus> Date: Wed, 11 Jun 2008 11:10:47 -0700 (PDT) From: "Matei Zaharia (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3131) enabling BLOCK compression for map outputs breaks the reduce progress counters In-Reply-To: <61007758.1206753744262.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-3131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604294#action_12604294 ] Matei Zaharia commented on HADOOP-3131: --------------------------------------- Looking at the patch submitted for HADOOP-2095, it seems that it has the same problem (by doing totalBytesProcessed += (key.getLength()-key.getPosition()) + (value.getLength()-value.getPosition())). I can submit a separate patch against 18 to fix that, but it would also be good to place this in 17 because 18 is not getting released for a while. > enabling BLOCK compression for map outputs breaks the reduce progress counters > ------------------------------------------------------------------------------ > > Key: HADOOP-3131 > URL: https://issues.apache.org/jira/browse/HADOOP-3131 > Project: Hadoop Core > Issue Type: Bug > Affects Versions: 0.17.0, 0.17.1, 0.18.0 > Reporter: Colin Evans > Attachments: merge-progress.patch, Picture 1.png > > > Enabling map output compression and setting the compression type to BLOCK causes the progress counters during the reduce to go crazy and report progress counts over 100%. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.