Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 83508 invoked from network); 8 May 2006 02:14:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2006 02:14:14 -0000 Received: (qmail 83778 invoked by uid 500); 8 May 2006 02:14:04 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 83608 invoked by uid 500); 8 May 2006 02:14:03 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 83552 invoked by uid 99); 8 May 2006 02:14:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 May 2006 19:14:03 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.109.112.28] (HELO mrout2-b.corp.dcn.yahoo.com) (216.109.112.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 May 2006 19:14:02 -0700 Received: from enemysentdx (enemysent-dx.corp.yahoo.com [66.228.175.168]) by mrout2-b.corp.dcn.yahoo.com (8.13.6/8.13.4/y.out) with ESMTP id k482DQwg099884 for ; Sun, 7 May 2006 19:13:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=from:to:subject:date:message-id:mime-version:content-type: content-transfer-encoding:x-mailer:in-reply-to:thread-index:x-mimeole; b=kz0Nd9aREmhR7taiw7BNGYvxyt7qm4qlJ0IThW1ZEe61x3tMt29unNx5+2bpRxtW From: "Mahadev Konar" To: Subject: RE: [jira] Created: (HADOOP-199) reduce copy progress not updating Date: Sun, 7 May 2006 19:13:26 -0700 Message-ID: <000001c67244$fe2c5a60$a8afe442@ds.corp.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <25410254.1146972500935.JavaMail.jira@brutus> Thread-Index: AcZxhmfwWFiU2ROBRR+GGGnjc2+kgwAupEQg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Looks like the current code in JobTracker only updates when a task is finished or failed. In updateTaskStatuses() (In the JobTracker), there should be job.updateTaskStatus(tip, report); if the tip is not null. I will try adding this line and see if it fixes it. Regards Mahadev -----Original Message----- From: Owen O'Malley (JIRA) [mailto:jira@apache.org] Sent: Saturday, May 06, 2006 8:28 PM To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-199) reduce copy progress not updating reduce copy progress not updating --------------------------------- Key: HADOOP-199 URL: http://issues.apache.org/jira/browse/HADOOP-199 Project: Hadoop Type: Bug Components: mapred Versions: 0.3 Reporter: Owen O'Malley Assigned to: Owen O'Malley Priority: Minor I'm running with the svn head from Friday and my patch for hadoop-180 and I'm not getting progress updates until reduces finish. I'm worried that it may be related to my changes for hadoop-182. I'll track it down, but I wanted to let everyone know. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira