Bläddra i källkod

YARN-2667. Fix the release audit warning caused by hadoop-yarn-registry. Contributed by Yi Liu

Jason Lowe 10 år sedan
förälder
incheckning
344a10ad5e

+ 3 - 0
hadoop-yarn-project/CHANGES.txt

@@ -627,6 +627,9 @@ Release 2.6.0 - UNRELEASED
     YARN-2671. Fixed ApplicationSubmissionContext to still set resource for
     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
 
   INCOMPATIBLE CHANGES

+ 1 - 0
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml

@@ -130,6 +130,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
+            <exclude>src/main/resources/.keep</exclude>
           </excludes>
         </configuration>
       </plugin>