Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 10501 invoked from network); 25 Feb 2011 16:39:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2011 16:39:06 -0000 Received: (qmail 82597 invoked by uid 500); 25 Feb 2011 16:39:06 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 82141 invoked by uid 500); 25 Feb 2011 16:39:03 -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 82103 invoked by uid 99); 25 Feb 2011 16:39:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 16:39:01 +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; Fri, 25 Feb 2011 16:38:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A638E1B7332 for ; Fri, 25 Feb 2011 16:38:38 +0000 (UTC) Date: Fri, 25 Feb 2011 16:38:38 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: mapreduce-dev@hadoop.apache.org Message-ID: <1219819855.16365.1298651918676.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <31882476.342021294924966078.JavaMail.jira@thor> Subject: [jira] Resolved: (MAPREDUCE-2261) Fair Multiple Task Assignment Scheduler (Assigning multiple tasks per heart beat) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved MAPREDUCE-2261. ------------------------------------ Resolution: Invalid > Fair Multiple Task Assignment Scheduler (Assigning multiple tasks per heart beat) > --------------------------------------------------------------------------------- > > Key: MAPREDUCE-2261 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2261 > Project: Hadoop Map/Reduce > Issue Type: New Feature > Affects Versions: 0.21.0 > Reporter: Devaraj K > > Functionality wise the Fair Multiple Task Assignment Scheduler behaves the same way except the assignment of Tasks. Instead of assigning a single Task per heartbeat, it checks for all the jobs if any local or non-local Task that can be launched. > Fair Multiple Task Assignment Scheduler has the advantage of assigning multiple jobs per heart beat interval depending upon the slots available on the Task Tracker, by configuring the number of parallel tasks to be executed in a Task Tracker at any point of time. The advantages are as follows: > a) Parallel Execution allows tasks be to submitted and processed in parallel independent of the status of other tasks. > b) More number of tasks is assigned in a heartbeat interval and consequently multitasking capability increases. > c) With multi task assignment, Task Tracker efficiency is increased. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira