[ https://issues.apache.org/jira/browse/MAPREDUCE-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Konstantin Boudnik updated MAPREDUCE-1774: ------------------------------------------ Attachment: MAPREDUCE-1774.patch Merging in Sreekanth's modifications of aspects addressing changes in 0.22 MR API. Also, rename of {{core}} to {{common}} was lost somehow, so I had to re-merge this particular modification once more. At the moment all code is being properly woven, tests are mostly compiled except for {{TestFileOwner}} which fails with follow message: {noformat} [javac] .../H0.22/git/mapreduce/src/test/system/test/org/apache/hadoop/mapred/TestFileOwner.java:183: cannot find symbol [javac] symbol : variable TASKJARDIR [javac] location: class org.apache.hadoop.mapred.TaskTracker [javac] if (filename.equals(TaskTracker.TASKJARDIR)) { [javac] ^ {noformat} However, the brief check shows that the symbol is present in the woven class file. > Large-scale Automated Framework > ------------------------------- > > Key: MAPREDUCE-1774 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1774 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Reporter: Konstantin Boudnik > Attachments: MAPREDUCE-1774.patch, MAPREDUCE-1774.patch, > MAPREDUCE-1774.patch, MAPREDUCE-1774.patch, MAPREDUCE-1774.patch > > > This is MapReduce part of HADOOP-6332 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.