MAPREDUCE-3434. Nightly build broken (Hitesh Shah via mahadev) - merging r1204638 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1204641 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3539156dea
commit
df0d4c1d5e
|
@ -104,6 +104,8 @@ Release 0.23.1 - Unreleased
|
||||||
MAPREDUCE-3437. Fix examples pom to refer to the correct 0.23 snapshot
|
MAPREDUCE-3437. Fix examples pom to refer to the correct 0.23 snapshot
|
||||||
version. (Jonathan Eagles via todd)
|
version. (Jonathan Eagles via todd)
|
||||||
|
|
||||||
|
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