MAPREDUCE-5554. hdfs-site.xml included in hadoop-mapreduce-client-jobclient tests jar is breaking tests for downstream components (Robert Kanter via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1528647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ffe45a5129
commit
c738c106e9
|
@ -131,6 +131,10 @@ Release 2.1.2 - UNRELEASED
|
||||||
MAPREDUCE-5459. Update documentation on how to run MRv1 examples on YARN.
|
MAPREDUCE-5459. Update documentation on how to run MRv1 examples on YARN.
|
||||||
(Zhijie Shen via acmurthy)
|
(Zhijie Shen via acmurthy)
|
||||||
|
|
||||||
|
MAPREDUCE-5554. hdfs-site.xml included in hadoop-mapreduce-client-jobclient
|
||||||
|
tests jar is breaking tests for downstream components (Robert Kanter via
|
||||||
|
Sandy Ryza)
|
||||||
|
|
||||||
Release 2.1.1-beta - 2013-09-23
|
Release 2.1.1-beta - 2013-09-23
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -134,6 +134,11 @@
|
||||||
<goals>
|
<goals>
|
||||||
<goal>test-jar</goal>
|
<goal>test-jar</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/hdfs-site.xml</exclude>
|
||||||
|
</excludes>
|
||||||
|
</configuration>
|
||||||
<phase>test-compile</phase>
|
<phase>test-compile</phase>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
Loading…
Reference in New Issue