Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 82471 invoked from network); 10 Nov 2009 08:04:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Nov 2009 08:04:50 -0000 Received: (qmail 60393 invoked by uid 500); 10 Nov 2009 08:04:50 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 60324 invoked by uid 500); 10 Nov 2009 08:04:50 -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 60314 invoked by uid 99); 10 Nov 2009 08:04:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 08:04:50 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 08:04:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44B52234C046 for ; Tue, 10 Nov 2009 00:04:28 -0800 (PST) Message-ID: <478268250.1257840268266.JavaMail.jira@brutus> Date: Tue, 10 Nov 2009 08:04:28 +0000 (UTC) From: "Matei Zaharia (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-543) large pending jobs hog resources 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-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matei Zaharia updated MAPREDUCE-543: ------------------------------------ Assignee: Matei Zaharia (was: Matei Zaharia) > large pending jobs hog resources > -------------------------------- > > Key: MAPREDUCE-543 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-543 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Joydeep Sen Sarma > Assignee: Matei Zaharia > Fix For: 0.21.0 > > > observing the cluster over the last day - one thing i noticed is that small jobs (single digit tasks) are not doing a good job competing against large jobs. what seems to happen is that: > - large job comes along and needs to wait for a while for other large jobs. > - slots are slowly transfered from one large job to another > - small tasks keep waiting forever. > is this an artifact of deficit based scheduling? it seems that long pending large jobs are out-scheduling small jobs -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.