[ https://issues.apache.org/jira/browse/MAPREDUCE-3582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176047#comment-13176047 ]
Ahmed Radwan commented on MAPREDUCE-3582: ----------------------------------------- The tests which were NOT moved and are still under MR1 (hadoop-mapreduce-project/src/test/) after this patch are either: - Tests that use MR1 components (e.g. jobtracker, etc.), and these tests can be removed as these components no longer exist. - Tests that use the examples (roughly in the order of 10 test classes or less), and because examples are now a separate mvn module, dependency on examples is now creating cyclic dependency, since examples depends on mostly all other modules. So a possible solution for such cases is to duplicate these needed example classes in tests (similar to what is done now for WordCount which both exist in tests and examples). > Move successfully passing MR1 tests to MR2 maven tree. > ------------------------------------------------------ > > Key: MAPREDUCE-3582 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3582 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2, test > Reporter: Ahmed Radwan > Assignee: Ahmed Radwan > Attachments: MAPREDUCE-3582-part1_rev3.patch, > MAPREDUCE-3582-part2_rev3.patch, MAPREDUCE-3582-whole_rev3.patch, > MAPREDUCE-3582.patch, MAPREDUCE-3582_rev2.patch, mv_script_MR-3582.sh, > mv_script_MR-3582_rev2.sh, mv_script_MR-3582_rev3.sh > > > This ticket will track moving mr1 tests that are passing successfully to mr2 > maven tree. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira