Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 52169 invoked from network); 5 Nov 2009 06:09:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Nov 2009 06:09:56 -0000 Received: (qmail 32720 invoked by uid 500); 5 Nov 2009 06:09:56 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 32681 invoked by uid 500); 5 Nov 2009 06:09:55 -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 32671 invoked by uid 99); 5 Nov 2009 06:09:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2009 06:09:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 05 Nov 2009 06:09:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 730BE234C1E9 for ; Wed, 4 Nov 2009 22:09:32 -0800 (PST) Message-ID: <467416154.1257401372469.JavaMail.jira@brutus> Date: Thu, 5 Nov 2009 06:09:32 +0000 (UTC) From: "Hong Tang (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1184) mapred.reduce.slowstart.completed.maps is too high by default In-Reply-To: <804871030.1257393752399.JavaMail.jira@brutus> 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-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773798#action_12773798 ] Hong Tang commented on MAPREDUCE-1184: -------------------------------------- I think Allen's point is that the default 5% may be too low from the utilization perspective. My point (which may be shared with Matei) is that this really could be adaptively tuned by the MR framework (thus eliminating the need of a configuration knob). Finally, back to my comment on turn around time, i think users should specify high level optimization objectives such as whether they care more about response time or throughput, and MR framework should adjust related parameters automatically. Granted, this is probably beyond the scope of this jira. > mapred.reduce.slowstart.completed.maps is too high by default > ------------------------------------------------------------- > > Key: MAPREDUCE-1184 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1184 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Reporter: Allen Wittenauer > > By default, this value is set to 5%. I believe for most real world situations the code isn't efficient enough to be set this low. This should be higher, probably around the 50% mark, especially given the predominance of non-FIFO schedulers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.