Return-Path: X-Original-To: apmail-hadoop-mapreduce-commits-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 028487418 for ; Tue, 23 Aug 2011 22:04:40 +0000 (UTC) Received: (qmail 58524 invoked by uid 500); 23 Aug 2011 22:04:39 -0000 Delivered-To: apmail-hadoop-mapreduce-commits-archive@hadoop.apache.org Received: (qmail 58428 invoked by uid 500); 23 Aug 2011 22:04:39 -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 58420 invoked by uid 99); 23 Aug 2011 22:04:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 22:04:38 +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, 23 Aug 2011 22:04:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AD1C7238889B; Tue, 23 Aug 2011 22:04:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1160896 - in /hadoop/common/trunk/hadoop-mapreduce: ./ ivy/ src/contrib/ src/contrib/capacity-scheduler/ src/contrib/data_join/ src/contrib/fairscheduler/ src/contrib/gridmix/ src/contrib/index/ src/contrib/mumak/ src/contrib/raid/ src/con... Date: Tue, 23 Aug 2011 22:04:11 -0000 To: mapreduce-commits@hadoop.apache.org From: acmurthy@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110823220411.AD1C7238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: acmurthy Date: Tue Aug 23 22:04:10 2011 New Revision: 1160896 URL: http://svn.apache.org/viewvc?rev=1160896&view=rev Log: MAPREDUCE-2838. Fix MapReduce builds to use new hadoop-common test jars. Contributed by gkesavan. Modified: hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt hadoop/common/trunk/hadoop-mapreduce/build.xml hadoop/common/trunk/hadoop-mapreduce/ivy.xml hadoop/common/trunk/hadoop-mapreduce/ivy/ivysettings.xml hadoop/common/trunk/hadoop-mapreduce/src/contrib/build-contrib.xml hadoop/common/trunk/hadoop-mapreduce/src/contrib/capacity-scheduler/ivy.xml hadoop/common/trunk/hadoop-mapreduce/src/contrib/data_join/ivy.xml hadoop/common/trunk/hadoop-mapreduce/src/contrib/fairscheduler/ivy.xml hadoop/common/trunk/hadoop-mapreduce/src/contrib/gridmix/ivy.xml hadoop/common/trunk/hadoop-mapreduce/src/contrib/index/ivy.xml hadoop/common/trunk/hadoop-mapreduce/src/contrib/mumak/ivy.xml hadoop/common/trunk/hadoop-mapreduce/src/contrib/raid/ivy.xml hadoop/common/trunk/hadoop-mapreduce/src/contrib/streaming/ivy.xml Modified: hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt?rev=1160896&r1=1160895&r2=1160896&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt (original) +++ hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt Tue Aug 23 22:04:10 2011 @@ -1130,6 +1130,9 @@ Trunk (unreleased changes) MAPREDUCE-2649. Handling of finished applications in RM. (Thomas Graves via acmurthy) + MAPREDUCE-2838. Fix MapReduce builds to use new hadoop-common test jars. + (gkesavan via acmurthy) + Release 0.22.0 - Unreleased INCOMPATIBLE CHANGES Modified: hadoop/common/trunk/hadoop-mapreduce/build.xml URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce/build.xml?rev=1160896&r1=1160895&r2=1160896&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-mapreduce/build.xml (original) +++ hadoop/common/trunk/hadoop-mapreduce/build.xml Tue Aug 23 22:04:10 2011 @@ -211,7 +211,7 @@ - + Modified: hadoop/common/trunk/hadoop-mapreduce/ivy.xml URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce/ivy.xml?rev=1160896&r1=1160895&r2=1160896&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-mapreduce/ivy.xml (original) +++ hadoop/common/trunk/hadoop-mapreduce/ivy.xml Tue Aug 23 22:04:10 2011 @@ -15,7 +15,7 @@ limitations under the License. --> - + @@ -59,15 +59,16 @@ - + rev="${hadoop-common.version}" conf="compile->default"> + + + + rev="${hadoop-hdfs.version}" conf="system->default"/> - + Modified: hadoop/common/trunk/hadoop-mapreduce/src/contrib/build-contrib.xml URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce/src/contrib/build-contrib.xml?rev=1160896&r1=1160895&r2=1160896&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-mapreduce/src/contrib/build-contrib.xml (original) +++ hadoop/common/trunk/hadoop-mapreduce/src/contrib/build-contrib.xml Tue Aug 23 22:04:10 2011 @@ -92,7 +92,7 @@ + value="${ant.project.name}/[conf]/[artifact]-[revision](-[classifier]).[ext]"/> Modified: hadoop/common/trunk/hadoop-mapreduce/src/contrib/capacity-scheduler/ivy.xml URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce/src/contrib/capacity-scheduler/ivy.xml?rev=1160896&r1=1160895&r2=1160896&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-mapreduce/src/contrib/capacity-scheduler/ivy.xml (original) +++ hadoop/common/trunk/hadoop-mapreduce/src/contrib/capacity-scheduler/ivy.xml Tue Aug 23 22:04:10 2011 @@ -16,7 +16,7 @@ limitations under the License. --> - + @@ -44,12 +44,16 @@ - + + + - + + + - + @@ -42,10 +42,14 @@ - - - - + + + + + + + + - + @@ -43,12 +43,16 @@ - + + + - + + + - + Rumen @@ -45,17 +45,21 @@ rev="${hadoop-common.version}" conf="common->default"/> + conf="test->default"> + + + conf="test->default"> + + - + @@ -42,10 +42,14 @@ - - - - + + + + + + + + - + @@ -44,16 +44,19 @@ rev="${hadoop-common.version}" conf="common->default"/> - + rev="${hadoop-common.version}" conf="common->default"> + + + - - + + + - - + Rumen @@ -42,17 +42,21 @@ rev="${hadoop-common.version}" conf="common->default"/> + conf="test->default"> + + + conf="test->default"> + + - + + @@ -43,12 +44,16 @@ - + + + - + + +