Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 63721 invoked from network); 16 Nov 2007 07:38:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2007 07:38:05 -0000 Received: (qmail 11100 invoked by uid 500); 16 Nov 2007 07:37:52 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 10726 invoked by uid 500); 16 Nov 2007 07:37:51 -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 10716 invoked by uid 99); 16 Nov 2007 07:37:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 23:37:51 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 16 Nov 2007 07:37:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 38F2E714243 for ; Thu, 15 Nov 2007 23:37:43 -0800 (PST) Message-ID: <16495008.1195198663230.JavaMail.jira@brutus> Date: Thu, 15 Nov 2007 23:37:43 -0800 (PST) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-2214) Implement a Map-Reduce application which can be used to reliably launch speculative tasks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Implement a Map-Reduce application which can be used to reliably launch speculative tasks ----------------------------------------------------------------------------------------- Key: HADOOP-2214 URL: https://issues.apache.org/jira/browse/HADOOP-2214 Project: Hadoop Issue Type: Test Components: test Reporter: Arun C Murthy Fix For: 0.16.0 It would be very useful to have a reliable test case to help launch speculative tasks (maps and/or reduces) to help debug problems or fine-tune strategies for speculative execution. I propose we implement some along the lines of the SmallJobsBenchmark and put it in the hadoop-test.jar. I imagine it could be used like: {noformat} $ bin/hadoop jar hadoop-${version}-test.jar speculativejob -nMaps 1000 -nReduces 50 -specMaps 10 -specReduces 5 {noformat} The application should be minutely aware of the _current_ strategies for launching speculative tasks, and throttle requisite no. of maps/reduces to ensure that the speculative tasks are launched in a reliable and repeatable manner. Thoughts? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.