Return-Path: Delivered-To: apmail-hadoop-mapreduce-commits-archive@minotaur.apache.org Received: (qmail 91818 invoked from network); 6 Aug 2010 20:32:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Aug 2010 20:32:21 -0000 Received: (qmail 53833 invoked by uid 500); 6 Aug 2010 20:32:21 -0000 Delivered-To: apmail-hadoop-mapreduce-commits-archive@hadoop.apache.org Received: (qmail 53754 invoked by uid 500); 6 Aug 2010 20:32:20 -0000 Mailing-List: contact mapreduce-commits-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-commits@hadoop.apache.org Received: (qmail 53746 invoked by uid 99); 6 Aug 2010 20:32:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 20:32:20 +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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 20:32:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 35782238897D; Fri, 6 Aug 2010 20:31:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r983122 - in /hadoop/mapreduce/trunk: CHANGES.txt build.xml src/contrib/capacity-scheduler/build.xml Date: Fri, 06 Aug 2010 20:31:00 -0000 To: mapreduce-commits@hadoop.apache.org From: tomwhite@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100806203100.35782238897D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tomwhite Date: Fri Aug 6 20:30:59 2010 New Revision: 983122 URL: http://svn.apache.org/viewvc?rev=983122&view=rev Log: MAPREDUCE-1926. MapReduce distribution is missing build-utils.xml Modified: hadoop/mapreduce/trunk/CHANGES.txt hadoop/mapreduce/trunk/build.xml hadoop/mapreduce/trunk/src/contrib/capacity-scheduler/build.xml Modified: hadoop/mapreduce/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=983122&r1=983121&r2=983122&view=diff ============================================================================== --- hadoop/mapreduce/trunk/CHANGES.txt (original) +++ hadoop/mapreduce/trunk/CHANGES.txt Fri Aug 6 20:30:59 2010 @@ -1726,3 +1726,7 @@ Release 0.21.0 - Unreleased MAPREDUCE-1876. Fixes TaskAttemptStartedEvent to correctly log event type for all task types. (Amar Kamat via amareshwari) + + MAPREDUCE-1926. MapReduce distribution is missing build-utils.xml. + (tomwhite) + Modified: hadoop/mapreduce/trunk/build.xml URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/build.xml?rev=983122&r1=983121&r2=983122&view=diff ============================================================================== --- hadoop/mapreduce/trunk/build.xml (original) +++ hadoop/mapreduce/trunk/build.xml Fri Aug 6 20:30:59 2010 @@ -865,8 +865,9 @@ + + tofile="${build.docs}/mapred-queues.xml" failonerror="false"/> @@ -1139,6 +1140,7 @@ + Modified: hadoop/mapreduce/trunk/src/contrib/capacity-scheduler/build.xml URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/src/contrib/capacity-scheduler/build.xml?rev=983122&r1=983121&r2=983122&view=diff ============================================================================== --- hadoop/mapreduce/trunk/src/contrib/capacity-scheduler/build.xml (original) +++ hadoop/mapreduce/trunk/src/contrib/capacity-scheduler/build.xml Fri Aug 6 20:30:59 2010 @@ -25,9 +25,19 @@ to call at top-level: ant deploy-contrib - + + + + + + + + + + + tofile="${build.docs}/mapred-queues-capacity-scheduler.xml" + failonerror="false"/>