From c4c7ee5b8ca8c68557c61f068cd120f628beff01 Mon Sep 17 00:00:00 2001 From: Alejandro Abdelnur Date: Fri, 30 Mar 2012 21:30:11 +0000 Subject: [PATCH] MAPREDUCE-4091. tools testcases failing because of MAPREDUCE-4082 (tucu) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1307623 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-mapreduce-project/CHANGES.txt | 2 ++ .../hadoop-mapreduce-client-app/pom.xml | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt index 5a286812b46..afcb7a2a1b6 100644 --- a/hadoop-mapreduce-project/CHANGES.txt +++ b/hadoop-mapreduce-project/CHANGES.txt @@ -190,6 +190,8 @@ Release 2.0.0 - UNRELEASED MAPREDUCE-3916. various issues with running yarn proxyserver (devaraj via tucu) + MAPREDUCE-4091. tools testcases failing because of MAPREDUCE-4082 (tucu) + Release 0.23.2 - UNRELEASED INCOMPATIBLE CHANGES diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml index 4c1a711e4be..b63d181b6aa 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml @@ -86,6 +86,11 @@ test-compile + + + mrapp-generated-classpath + + maven-dependency-plugin @@ -97,7 +102,7 @@ build-classpath - target/test-classes/mrapp-generated-classpath + target/classes/mrapp-generated-classpath