Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 82322 invoked from network); 6 Nov 2009 17:12:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Nov 2009 17:12:56 -0000 Received: (qmail 16354 invoked by uid 500); 6 Nov 2009 17:12:56 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 16275 invoked by uid 500); 6 Nov 2009 17:12:56 -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 16265 invoked by uid 99); 6 Nov 2009 17:12:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 17:12: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; Fri, 06 Nov 2009 17:12:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AAA7B234C04C for ; Fri, 6 Nov 2009 09:12:32 -0800 (PST) Message-ID: <1070846070.1257527552697.JavaMail.jira@brutus> Date: Fri, 6 Nov 2009 17:12:32 +0000 (UTC) From: "Maxim (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Created: (MAPREDUCE-1194) mapred.reduce.slowstart.completed.maps allows values more than 1.0 and less than 0.0 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 mapred.reduce.slowstart.completed.maps allows values more than 1.0 and less than 0.0 ------------------------------------------------------------------------------------ Key: MAPREDUCE-1194 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1194 Project: Hadoop Map/Reduce Issue Type: Bug Affects Versions: 0.20.1 Reporter: Maxim Priority: Minor When run with value less than 0.0 (e.g. -1.0) works similar to 0.0, but when value is more than 1.0 (e.g. 50.0) reducers don't start at all. Is there a reason why such values are allowed? I understand that this is clear from the description that parameter is fraction but some people may forget and confuse it with percents and as result have problems. Why not throw an error in this case? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.