[
https://issues.apache.org/jira/browse/HADOOP-12378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15012825#comment-15012825
]
Tsuyoshi Ozawa commented on HADOOP-12378:
-----------------------------------------
{code}
the patch removes protected fields in abstract class
{code}
In this case, DataJoinMapperBase class is a public class which assumes to be
extended. These fields are useful from MapReduce jobs, so we can say the
warnings are false-positive. For the reason, we can ignore the warning here.
Could you update to create findbugs-exclude.xml?
> Fix findbugs warnings in hadoop-tools module
> --------------------------------------------
>
> Key: HADOOP-12378
> URL: https://issues.apache.org/jira/browse/HADOOP-12378
> Project: Hadoop Common
> Issue Type: Bug
> Components: tools
> Reporter: Akira AJISAKA
> Assignee: Akira AJISAKA
> Attachments: HADOOP-12378.001.patch, findbugsAnt.html,
> findbugsDatajoin.html
>
>
> There are 2 warnings in hadoop-datajoin module and 4 warnings in hadoop-ant
> module.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)