Skip to content

Commit

Permalink
Revert "YARN-11236. Fix Proto Warning."
Browse files Browse the repository at this point in the history
This reverts commit cbf67f5.
  • Loading branch information
slfan1989 committed Aug 13, 2022
1 parent cbf67f5 commit 360acc4
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,20 +260,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<excludes>
<exclude>org/apache/hadoop/yarn/federation/proto/YarnServerFederationProtos.java</exclude>
<exclude>org/apache/hadoop/yarn/proto/CollectorNodemanagerProtocol.java</exclude>
<exclude>org/apache/hadoop/yarn/proto/DistributedSchedulingAMProtocol.java</exclude>
<exclude>org/apache/hadoop/yarn/proto/ResourceTracker.java</exclude>
<exclude>org/apache/hadoop/yarn/proto/SCMUploaderProtocol.java</exclude>
<exclude>org/apache/hadoop/yarn/proto/YarnServerCommonProtos.java</exclude>
<exclude>org/apache/hadoop/yarn/proto/YarnServerCommonServiceProtos.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 360acc4

Please sign in to comment.