[ https://issues.apache.org/jira/browse/HDFS-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akira AJISAKA resolved HDFS-2628.
---------------------------------
Resolution: Duplicate
This issue was fixed by HDFS-6025. Closing.
> Remove Mapred filenames from HDFS findbugsExcludeFile.xml file
> --------------------------------------------------------------
>
> Key: HDFS-2628
> URL: https://issues.apache.org/jira/browse/HDFS-2628
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: test
> Reporter: Uma Maheswara Rao G
> Priority: Minor
>
> Mapreduce filesnames are there in hadoop-hdfs-project\hadoop-hdfs\dev-support\findbugsExcludeFile.xml
> is it intentional? i think we should remove them from HDFS.
> Exampl:
> {code}
> <!--
> Ignore warnings where child class has the same name as
> super class. Classes based on Old API shadow names from
> new API. Should go off after HADOOP-1.0
> -->
> <Match>
> <Class name="~org.apache.hadoop.mapred.*" />
> <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />
> </Match>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|