MAPREDUCE-3434. Nightly build broken (Hitesh Shah via mahadev)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1204638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
54ac7e5413
commit
63edb9d724
|
@ -153,6 +153,8 @@ Release 0.23.1 - Unreleased
|
||||||
MAPREDUCE-3407. Fixed pom files to refer to the correct MR app-jar needed
|
MAPREDUCE-3407. Fixed pom files to refer to the correct MR app-jar needed
|
||||||
by the integration tests. (Hitesh Shah via vinodkv)
|
by the integration tests. (Hitesh Shah via vinodkv)
|
||||||
|
|
||||||
|
MAPREDUCE-3434. Nightly build broken (Hitesh Shah via mahadev)
|
||||||
|
|
||||||
Release 0.23.0 - 2011-11-01
|
Release 0.23.0 - 2011-11-01
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -110,6 +110,10 @@
|
||||||
<environmentVariables>
|
<environmentVariables>
|
||||||
<JAVA_HOME>${java.home}</JAVA_HOME>
|
<JAVA_HOME>${java.home}</JAVA_HOME>
|
||||||
</environmentVariables>
|
</environmentVariables>
|
||||||
|
<additionalClasspathElements>
|
||||||
|
<!-- workaround for JobConf#setJarByClass -->
|
||||||
|
<additionalClasspathElement>${project.build.directory}/${project.artifactId}-${project.version}-tests.jar</additionalClasspathElement>
|
||||||
|
</additionalClasspathElements>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Reference in New Issue