diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt index cdcff3e4277..f01627a7614 100644 --- a/hadoop-mapreduce-project/CHANGES.txt +++ b/hadoop-mapreduce-project/CHANGES.txt @@ -97,6 +97,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 52802bbd197..10eb9241b55 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