YARN-3835. hadoop-yarn-server-resourcemanager test package bundles core-site.xml, yarn-site.xml (vamsee via rkanter)

(cherry picked from commit 99271b7621)
This commit is contained in:
Robert Kanter 2015-06-22 18:02:27 -07:00
parent 9656ee4ee7
commit 5c1e809af5
2 changed files with 7 additions and 0 deletions

View File

@ -497,6 +497,9 @@ Release 2.8.0 - UNRELEASED
YARN-3802. Two RMNodes for the same NodeId are used in RM sometimes
after NM is reconnected. (zhihai xu via xgong)
YARN-3835. hadoop-yarn-server-resourcemanager test package bundles
core-site.xml, yarn-site.xml (vamsee via rkanter)
Release 2.7.1 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -258,6 +258,10 @@
<mainClass>org.apache.hadoop.test.YarnTestDriver</mainClass>
</manifest>
</archive>
<excludes>
<exclude>**/core-site.xml</exclude>
<exclude>**/yarn-site.xml</exclude>
</excludes>
</configuration>
</execution>
</executions>