[
https://issues.apache.org/jira/browse/YARN-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14248931#comment-14248931
]
Li Lu commented on YARN-2940:
-----------------------------
Hi [~varun_saxena], you can firstly run {{mvn findbugs:findbugs}} to generate
the xml reports in target directories. Them, make sure you have findbugs in
$FINDBUGS_HOME, and run something like:
{code}
$FINDBUGS_HOME/bin/convertXmlToText -html target/findbugsXml.xml
~/findbugs/report.html
{code}
You can then check the html file. That's the findbugs report of the directory
in which you run the command.
> Fix new findbugs warnings in rest of the hadoop-yarn components
> ---------------------------------------------------------------
>
> Key: YARN-2940
> URL: https://issues.apache.org/jira/browse/YARN-2940
> Project: Hadoop YARN
> Issue Type: Improvement
> Reporter: Varun Saxena
> Assignee: Li Lu
> Attachments: YARN-2940-121014-1.patch, YARN-2940-121014.patch,
> findbugs_report_yarn.zip
>
>
> Fix findbugs warnings in the following YARN components:
> hadoop-yarn-applications-distributedshell
> hadoop-yarn-applications-unmanaged-am-launcher
> hadoop-yarn-server-web-proxy
> hadoop-yarn-registry
> hadoop-yarn-server-common
> hadoop-yarn-client
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)