Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 68919 invoked from network); 22 Sep 2009 00:36:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Sep 2009 00:36:02 -0000 Received: (qmail 70702 invoked by uid 500); 22 Sep 2009 00:36:01 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 70608 invoked by uid 500); 22 Sep 2009 00:36:01 -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 70598 invoked by uid 99); 22 Sep 2009 00:36:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 00:36:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chris.douglas@gmail.com designates 209.85.212.186 as permitted sender) Received: from [209.85.212.186] (HELO mail-vw0-f186.google.com) (209.85.212.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 00:35:52 +0000 Received: by vws16 with SMTP id 16so2389189vws.2 for ; Mon, 21 Sep 2009 17:35:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=uyhCDAHB6pmWxDaNDW6vkvylSE0u9kLA4JPOjSjFUOo=; b=QSSqIsI+k+3mghd0lkNq758S9BVIIC8eotEIJAXiU74XVOIymuuTMobgkhrQNUSVhz +fG0X2jAyXCc7tMl2b+ERXGAtB9C1DEqmSqo0HFfNRrlzkBZ7Z7xOjfmBs25W2wyECt6 977Tso4u+8VctTxme81fvRK5SmyPaPaU4CS9Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Ew/utRZO0YrgIsB9JV5EZcnSHhbwYMHEe4qhEBWQ5PLeeAf3t7iS589kFhMXlKeiL1 E0HyuQFh3MP5qutLzrv9Em5hyns12/tWUsPabmTbPjFHv7m3tDOVgKAdqF8MPvHzepQB J2h+Gb14SKFZhWK2WgTuq0alE7eDmvHm01Eqo= MIME-Version: 1.0 Received: by 10.220.79.9 with SMTP id n9mr499531vck.4.1253579731387; Mon, 21 Sep 2009 17:35:31 -0700 (PDT) In-Reply-To: <72041422-8FB6-4A9F-837F-0119CC7384CD@yahoo-inc.com> References: <72041422-8FB6-4A9F-837F-0119CC7384CD@yahoo-inc.com> Date: Mon, 21 Sep 2009 17:35:31 -0700 Message-ID: <1267dd3b0909211735j70af7dcah7700d1692f15bacc@mail.gmail.com> Subject: Re: [VOTE] Commit MAPREDUCE-728 to Hadoop 0.21 From: Chris Douglas To: mapreduce-dev@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org +1 -C On Fri, Sep 18, 2009 at 10:24 PM, Hong Tang wrote: > MAPREDUCE-728 could not make the code freeze deadline primarily it couples > closely with JobTracker and that there are quite a few late patches that > changed the APIs it depend on. It passed testing on Hudson on Thursday > night. All new changes I added in the latest patch (thanks to Chris for his > assist in the process) are trivial changes to accommodate either API changes > or build changes (e.g. avro bumps up version from 1.0.0 to 1.1.0). > > The patch adds a new MapReduce simulator, Mumak, as a contrib project. it > has sufficient usage to help us understand, debug, profile, and design-proof > JobTracker or scheduler. > > Given the circumstances, I would like to request a vote to commit > MAPREDUCE-728 to Hadoop 0.21. > > -Hong >