From 57e175fddf9b4da62b82dbfe28d2378b986c8871 Mon Sep 17 00:00:00 2001 From: Alejandro Abdelnur Date: Thu, 29 Mar 2012 21:43:50 +0000 Subject: [PATCH] hadoop-mapreduce-client-app's mrapp-generated-classpath file should not be in the module JAR (tucu) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1307124 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-mapreduce-project/CHANGES.txt | 3 +++ .../hadoop-mapreduce-client-app/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt index 06afd83a19..0f58e03369 100644 --- a/hadoop-mapreduce-project/CHANGES.txt +++ b/hadoop-mapreduce-project/CHANGES.txt @@ -185,6 +185,9 @@ Release 2.0.0 - UNRELEASED MAPREDUCE-4081. TestMROutputFormat.java does not compile (Jason Lowe via bobby) + MAPREDUCE-4082. hadoop-mapreduce-client-app's mrapp-generated-classpath + file should not be in the module JAR (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 2059d28038..4c1a711e4b 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 @@ -97,7 +97,7 @@ build-classpath - target/classes/mrapp-generated-classpath + target/test-classes/mrapp-generated-classpath