Return-Path: Delivered-To: apmail-hadoop-mapreduce-commits-archive@minotaur.apache.org Received: (qmail 82592 invoked from network); 8 Mar 2011 05:57:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Mar 2011 05:57:51 -0000 Received: (qmail 61831 invoked by uid 500); 8 Mar 2011 05:57:51 -0000 Delivered-To: apmail-hadoop-mapreduce-commits-archive@hadoop.apache.org Received: (qmail 61792 invoked by uid 500); 8 Mar 2011 05:57:51 -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 61783 invoked by uid 99); 8 Mar 2011 05:57:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 05:57:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Tue, 08 Mar 2011 05:57:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8C4A02388A66; Tue, 8 Mar 2011 05:57:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1079220 - in /hadoop/mapreduce/branches/yahoo-merge/src: contrib/build-contrib.xml contrib/build.xml contrib/streaming/build.xml test/aop/build/aop.xml Date: Tue, 08 Mar 2011 05:57:25 -0000 To: mapreduce-commits@hadoop.apache.org From: omalley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110308055725.8C4A02388A66@eris.apache.org> Author: omalley Date: Tue Mar 8 05:57:25 2011 New Revision: 1079220 URL: http://svn.apache.org/viewvc?rev=1079220&view=rev Log: commit 7b91419a3dd35dee878f90a2f1629a5998b5bc03 Author: Vinay Kumar Thota Date: Thu Dec 16 19:58:35 2010 -0800 MAPREDUCE:1809 from https://issues.apache.org/jira/secure/attachment/12457421/MAPREDUCE-1809.patch Modified: hadoop/mapreduce/branches/yahoo-merge/src/contrib/build-contrib.xml hadoop/mapreduce/branches/yahoo-merge/src/contrib/build.xml hadoop/mapreduce/branches/yahoo-merge/src/contrib/streaming/build.xml hadoop/mapreduce/branches/yahoo-merge/src/test/aop/build/aop.xml Modified: hadoop/mapreduce/branches/yahoo-merge/src/contrib/build-contrib.xml URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/yahoo-merge/src/contrib/build-contrib.xml?rev=1079220&r1=1079219&r2=1079220&view=diff ============================================================================== --- hadoop/mapreduce/branches/yahoo-merge/src/contrib/build-contrib.xml (original) +++ hadoop/mapreduce/branches/yahoo-merge/src/contrib/build-contrib.xml Tue Mar 8 05:57:25 2011 @@ -36,9 +36,16 @@ + + + + + + @@ -63,6 +70,10 @@ + + + @@ -87,10 +98,15 @@ + + + + + @@ -112,6 +128,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -128,6 +174,9 @@ + + + @@ -141,6 +190,7 @@ encoding="${build.encoding}" srcdir="${src.dir}" includes="**/*.java" + excludes="system/**/*.java" destdir="${build.classes}" debug="${javac.debug}" deprecation="${javac.deprecation}"> @@ -174,12 +224,28 @@ encoding="${build.encoding}" srcdir="${src.test}" includes="**/*.java" + excludes="system/**/*.java" destdir="${build.test}" debug="${javac.debug}"> + + + + + + + + + @@ -264,15 +330,133 @@ + includes="**/Test*.java" excludes="**/${test.exclude}.java, system/**/*.java" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: hadoop/mapreduce/branches/yahoo-merge/src/contrib/build.xml URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/yahoo-merge/src/contrib/build.xml?rev=1079220&r1=1079219&r2=1079220&view=diff ============================================================================== --- hadoop/mapreduce/branches/yahoo-merge/src/contrib/build.xml (original) +++ hadoop/mapreduce/branches/yahoo-merge/src/contrib/build.xml Tue Mar 8 05:57:25 2011 @@ -73,6 +73,29 @@ Tests failed! + + + + + + + + + + + + + + + + + + + + Tests failed! + + Modified: hadoop/mapreduce/branches/yahoo-merge/src/contrib/streaming/build.xml URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/yahoo-merge/src/contrib/streaming/build.xml?rev=1079220&r1=1079219&r2=1079220&view=diff ============================================================================== --- hadoop/mapreduce/branches/yahoo-merge/src/contrib/streaming/build.xml (original) +++ hadoop/mapreduce/branches/yahoo-merge/src/contrib/streaming/build.xml Tue Mar 8 05:57:25 2011 @@ -43,4 +43,10 @@ to call at top-level: ant deploy-contrib + + + + + + Modified: hadoop/mapreduce/branches/yahoo-merge/src/test/aop/build/aop.xml URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/yahoo-merge/src/test/aop/build/aop.xml?rev=1079220&r1=1079219&r2=1079220&view=diff ============================================================================== --- hadoop/mapreduce/branches/yahoo-merge/src/test/aop/build/aop.xml (original) +++ hadoop/mapreduce/branches/yahoo-merge/src/test/aop/build/aop.xml Tue Mar 8 05:57:25 2011 @@ -139,6 +139,14 @@ + + + + + + +