Return-Path: Delivered-To: apmail-lucene-hadoop-commits-archive@locus.apache.org Received: (qmail 67498 invoked from network); 12 Dec 2006 21:17:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2006 21:17:44 -0000 Received: (qmail 48311 invoked by uid 500); 12 Dec 2006 21:17:52 -0000 Delivered-To: apmail-lucene-hadoop-commits-archive@lucene.apache.org Received: (qmail 48231 invoked by uid 500); 12 Dec 2006 21:17:52 -0000 Mailing-List: contact hadoop-commits-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-commits@lucene.apache.org Received: (qmail 48222 invoked by uid 99); 12 Dec 2006 21:17:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 13:17:52 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 13:17:44 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 58C8C1A981D; Tue, 12 Dec 2006 13:16:59 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r486313 - in /lucene/hadoop/trunk: CHANGES.txt conf/hadoop-default.xml Date: Tue, 12 Dec 2006 21:16:59 -0000 To: hadoop-commits@lucene.apache.org From: cutting@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061212211659.58C8C1A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cutting Date: Tue Dec 12 13:16:58 2006 New Revision: 486313 URL: http://svn.apache.org/viewvc?view=rev&rev=486313 Log: HADOOP-802. Update description of mapred.speculative.execution to mention reduces. Contributed by Nigel. Modified: lucene/hadoop/trunk/CHANGES.txt lucene/hadoop/trunk/conf/hadoop-default.xml Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=486313&r1=486312&r2=486313 ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Tue Dec 12 13:16:58 2006 @@ -57,6 +57,9 @@ 16. HADOOP-764. Reduce memory allocations in namenode some. (Dhruba Borthakur via cutting) +17. HADOOP-802. Update description of mapred.speculative.execution to + mention reduces. (Nigel Daley via cutting) + Release 0.9.1 - 2006-12-06 Modified: lucene/hadoop/trunk/conf/hadoop-default.xml URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/conf/hadoop-default.xml?view=diff&rev=486313&r1=486312&r2=486313 ============================================================================== --- lucene/hadoop/trunk/conf/hadoop-default.xml (original) +++ lucene/hadoop/trunk/conf/hadoop-default.xml Tue Dec 12 13:16:58 2006 @@ -435,7 +435,7 @@ mapred.speculative.execution true - If true, then multiple instances of some map tasks may + If true, then multiple instances of some map and reduce tasks may be executed in parallel.