[
https://issues.apache.org/jira/browse/MAPREDUCE-6360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14539743#comment-14539743
]
Hudson commented on MAPREDUCE-6360:
-----------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #194 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/194/])
MAPREDUCE-6360. TestMapreduceConfigFields is placed in wrong dir, introducing
compile error (Contributed by Arshad Mohammad) (vinayakumarb: rev
360dff5903085c3c7f02ccf9f17d71a842275e48)
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapred/TestMapreduceConfigFields.java
* hadoop-mapreduce-project/CHANGES.txt
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/TestMapreduceConfigFields.java
> 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
> Fix For: 2.8.0
>
> Attachments: MAPREDUCE-6360-1.patch, MAPREDUCE-6360-2.patch,
> MAPREDUCE-6360-3.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)