Re: Upgrading findbugs

2014-12-29 Thread Zhijie Shen
Findbugs warnings are cleaned up at YARN side. Thanks for the contribution from Li Lu and Varun Saxena! On Thu, Dec 18, 2014 at 2:44 PM, Haohui Mai h...@hortonworks.com wrote: So far we made great progress on fixing findbugs warnings. We're free of findbugs warnings in hdfs, nfs, and a couple

Re: Upgrading findbugs

2014-12-18 Thread Haohui Mai
So far we made great progress on fixing findbugs warnings. We're free of findbugs warnings in hdfs, nfs, and a couple other sub projects. There are two findbugs warnings left in hadoop-common. I saw there are some progresses on the YARN side as well. Thanks very much for the contributors (Brandon

Upgrading findbugs

2014-12-08 Thread Haohui Mai
hit are fixed by a later version of findbug. (2) A newer findbug (3.0.0) is required to analyze Hadoop that is compiled against Java 8. (3) Newer findbugs are capable of catching more bugs. :-) Is it a good time to consider upgrading findbugs, which gives us better tools on ensuring the quality

Re: Upgrading findbugs

2014-12-08 Thread Karthik Kambatla
Thanks for initiating this, Haohui. +1 to upgrading findbugs version. Inline. On Mon, Dec 8, 2014 at 9:57 PM, Haohui Mai h...@hortonworks.com wrote: Hi, The recent changes on moving to Java 7 triggers a bug in findbug ( http://sourceforge.net/p/findbugs/bugs/918), which causes all pre