[
https://issues.apache.org/jira/browse/MAPREDUCE-6360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14538361#comment-14538361
]
Ray Chiang commented on MAPREDUCE-6360:
---------------------------------------
As with HDFS-8362, it might be better to move into the
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce
directory (where the majority of the tests are). The mapred directory is
probably for tests inherited from MR1.
> TestMapreduceConfigFields is placed in wrong dir, introducing compile error
> ---------------------------------------------------------------------------
>
> Key: MAPREDUCE-6360
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6360
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Vinayakumar B
> Assignee: Arshad Mohammad
> Attachments: MAPREDUCE-6360-1.patch
>
>
> MAPREDUCE-6192 has introduced a Test file {{TestMapreduceConfigFields }}
> which was committed in package {{org.apache.hadoop.mapred}}
> But the package declaration inside file is {{org.apache.hadoop.mapreduce}}.
> By surprise, this is not giving any compile errors in maven build. But
> eclipse catches it.
> So move {{TestMapreduceConfigFields }} to correct package
> {{org.apache.hadoop.mapreduce}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)