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/trunk@1528643 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed7278c59a
commit
90a5dc34f7
|
@ -268,6 +268,10 @@ Release 2.1.2 - UNRELEASED
|
|||
MAPREDUCE-5459. Update documentation on how to run MRv1 examples on YARN.
|
||||
(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
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -124,6 +124,11 @@
|
|||
<goals>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>**/hdfs-site.xml</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<phase>test-compile</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
Loading…
Reference in New Issue