Re: HADOOP-14316: Switching from Findbugs to Spotbugs

2017-04-23 Thread Akira Ajisaka
HADOOP-14336 is the umbrella jira to fix the newly found warnings. https://issues.apache.org/jira/browse/HADOOP-14336 Regards, Akira On 2017/04/20 3:12, Allen Wittenauer wrote: On Apr 19, 2017, at 10:52 AM, Wei-Chiu Chuang wrote: That sounds scary. Would you mind to share the list of bugs t

Re: HADOOP-14316: Switching from Findbugs to Spotbugs

2017-04-19 Thread Allen Wittenauer
> On Apr 19, 2017, at 10:52 AM, Wei-Chiu Chuang wrote: > That sounds scary. Would you mind to share the list of bugs that spotbugs > found? Sounds like some of them may warrant new blockers jiras for Hadoop 3. I've added the list to the JIRA. ---

Re: HADOOP-14316: Switching from Findbugs to Spotbugs

2017-04-19 Thread Wei-Chiu Chuang
Hi Allen, That sounds scary. Would you mind to share the list of bugs that spotbugs found? Sounds like some of them may warrant new blockers jiras for Hadoop 3. Thank you, Wei-Chiu Chuang > On Apr 19, 2017, at 10:44 AM, Allen Wittenauer > wrote: > > HADOOP-14316 signature.asc Description:

HADOOP-14316: Switching from Findbugs to Spotbugs

2017-04-19 Thread Allen Wittenauer
Hey gang. HADOOP-14316 enables the spotbugs back-end for the findbugs front-end. Spotbugs (https://spotbugs.github.io/) is the fork of findbugs that the community and some of the major contributors have made to move findbugs forward. It is geared towards JDK8 and JDK9. Befor