Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 23223 invoked from network); 21 Nov 2006 22:57:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2006 22:57:26 -0000 Received: (qmail 7227 invoked by uid 500); 21 Nov 2006 22:57:35 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 7191 invoked by uid 500); 21 Nov 2006 22:57:35 -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 7181 invoked by uid 99); 21 Nov 2006 22:57:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 14:57:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 14:57:24 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BDE0A7142D1 for ; Tue, 21 Nov 2006 14:57:04 -0800 (PST) Message-ID: <15270880.1164149824775.JavaMail.jira@brutus> Date: Tue, 21 Nov 2006 14:57:04 -0800 (PST) From: "Sanjay Dahiya (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-741) Fix average progress calculation in speculative execution of maps + fix pending issues in speculative execution of reduces In-Reply-To: <20910012.1164147781994.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 [ http://issues.apache.org/jira/browse/HADOOP-741?page=all ] Sanjay Dahiya updated HADOOP-741: --------------------------------- Attachment: Hadoop-741.patch > Fix average progress calculation in speculative execution of maps + fix pending issues in speculative execution of reduces > -------------------------------------------------------------------------------------------------------------------------- > > Key: HADOOP-741 > URL: http://issues.apache.org/jira/browse/HADOOP-741 > Project: Hadoop > Issue Type: Bug > Components: mapred > Reporter: Sanjay Dahiya > Attachments: Hadoop-741.patch > > > This issue addresses following > 1. Avg progress in speculative execution of map tasks should not divide / maps.length again in JonInProgress.java:331 > 2. Normal tasks should get priority over speculative tasks in reduce. JobInProgress.findNewTask should not break if a spec task is found. > 3. Delete directories used by PhasedFileSystem irrespective of whether speculative execution is enable to allow tasks to use PhasedFileSystem independently. -- 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