HADOOP-11178. Fix findbugs exclude file. (Arun Suresh via wang)
This commit is contained in:
parent
9097183983
commit
d7b647f0ee
|
@ -584,6 +584,8 @@ Release 2.6.0 - UNRELEASED
|
||||||
|
|
||||||
HADOOP-11007. Reinstate building of ant tasks support. (jlowe via kihwal)
|
HADOOP-11007. Reinstate building of ant tasks support. (jlowe via kihwal)
|
||||||
|
|
||||||
|
HADOOP-11178. Fix findbugs exclude file. (Arun Suresh via wang)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-10838. Byte array native checksumming. (James Thomas via todd)
|
HADOOP-10838. Byte array native checksumming. (James Thomas via todd)
|
||||||
|
|
|
@ -298,7 +298,7 @@
|
||||||
</Match>
|
</Match>
|
||||||
<Match>
|
<Match>
|
||||||
<!-- protobuf generated code -->
|
<!-- protobuf generated code -->
|
||||||
<Class name="~org\.apache\.hadoop\.tracing\.TraceAdminPB.*">
|
<Class name="~org\.apache\.hadoop\.tracing\.TraceAdminPB.*"/>
|
||||||
</Match>
|
</Match>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue