Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 24AEC6BC5 for ; Wed, 18 May 2011 09:44:29 +0000 (UTC) Received: (qmail 6166 invoked by uid 500); 18 May 2011 09:44:28 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 6069 invoked by uid 500); 18 May 2011 09:44:28 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 5859 invoked by uid 99); 18 May 2011 09:44:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 09:44:27 +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; Wed, 18 May 2011 09:44:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9DF7CCFBF4 for ; Wed, 18 May 2011 09:43:47 +0000 (UTC) Date: Wed, 18 May 2011 09:43:47 +0000 (UTC) From: "Amar Kamat (JIRA)" To: mapreduce-dev@hadoop.apache.org Message-ID: <33169332.21813.1305711827643.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (MAPREDUCE-2511) Progress reported by map tasks of a map-only job is incorrect MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Progress reported by map tasks of a map-only job is incorrect ------------------------------------------------------------- Key: MAPREDUCE-2511 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2511 Project: Hadoop Map/Reduce Issue Type: Bug Affects Versions: 0.23.0 Reporter: Amar Kamat For a map task of a map-reduce job, the progress bar is (logically) split into 2 distinct phases 1. Map Phase 2. Sort Phase The map phase manages 66% of the overall tasks progress while the sort phase governs the rest i.e 33%. For a map task of a map-only job, there is no sort phase. Hence the entire map phase should govern 100% of the task's progress. Currently, the progress bar is split divided into 66%-33% irrespective of whether the job has reducers or not (i.e whether there is a sort phase or not). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira