YARN-2667. Fix the release audit warning caused by hadoop-yarn-registry. Contributed by Yi Liu
This commit is contained in:
parent
bbe80cdc7b
commit
344a10ad5e
|
@ -627,6 +627,9 @@ Release 2.6.0 - UNRELEASED
|
||||||
YARN-2671. Fixed ApplicationSubmissionContext to still set resource for
|
YARN-2671. Fixed ApplicationSubmissionContext to still set resource for
|
||||||
backward compatibility. (Wangda Tan via zjshen)
|
backward compatibility. (Wangda Tan via zjshen)
|
||||||
|
|
||||||
|
YARN-2667. Fix the release audit warning caused by hadoop-yarn-registry
|
||||||
|
(Yi Liu via jlowe)
|
||||||
|
|
||||||
Release 2.5.1 - 2014-09-05
|
Release 2.5.1 - 2014-09-05
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -130,6 +130,7 @@
|
||||||
<artifactId>apache-rat-plugin</artifactId>
|
<artifactId>apache-rat-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludes>
|
<excludes>
|
||||||
|
<exclude>src/main/resources/.keep</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue