Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 584B29571 for ; Sun, 29 Jan 2012 03:17:09 +0000 (UTC) Received: (qmail 16564 invoked by uid 500); 29 Jan 2012 03:17:06 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 16342 invoked by uid 500); 29 Jan 2012 03:16:49 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 16309 invoked by uid 99); 29 Jan 2012 03:16:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jan 2012 03:16:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jan 2012 03:16:40 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8891316A206 for ; Sun, 29 Jan 2012 03:16:20 +0000 (UTC) Date: Sun, 29 Jan 2012 03:16:20 +0000 (UTC) From: "Robert Joseph Evans (Updated) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <157531764.5239.1327806980560.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-1073) Progress reported for pipes tasks is incorrect. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans updated MAPREDUCE-1073: ------------------------------------------- Status: Open (was: Patch Available) Canceling the patch as the latest patch is over a year old, and will not apply to trunk any more. Dick, if you are still interested in getting this patch in, please up merge and repost it. I would be happy to review it, give you feed back on your approach, and commit it for you. If you have abandoned the JIRA please post a comment in the JIRA so I can close it for you. > Progress reported for pipes tasks is incorrect. > ----------------------------------------------- > > Key: MAPREDUCE-1073 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1073 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: pipes > Affects Versions: 0.20.1 > Reporter: Sreekanth Ramakrishnan > Assignee: Dick King > Attachments: MAPREDUCE-1073--yhadoop20--2010-07-22--1530.patch, MAPREDUCE-1073--yhadoop20--2010-07-22.patch, MAPREDUCE-1073_yhadoop20.patch, mapreduce-1073--2010-03-31.patch, mapreduce-1073--2010-04-06.patch > > > Currently in pipes, {{org.apache.hadoop.mapred.pipes.PipesMapRunner.run(RecordReader, OutputCollector, Reporter)}} we do the following: > {code} > while (input.next(key, value)) { > downlink.mapItem(key, value); > if(skipping) { > downlink.flush(); > } > } > {code} > This would result in consumption of all the records for current task and taking task progress to 100% whereas the actual pipes application would be trailing behind. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira