[
https://issues.apache.org/jira/browse/MAPREDUCE-3010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104953#comment-13104953
]
Ravi Prakash commented on MAPREDUCE-3010:
-----------------------------------------
Apart from a few warnings I see these errors
{noformat}
-compile-fault-inject:
[echo] Start weaving aspects in place
[iajc]
/home/raviprak/Code/hadoop/hadoop-all/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapred/JobTrackerAspect.aj:193
[error] The method setUser(String) is undefined for the type JobTracker
[iajc] tracker.setUser(ugi.getShortUserName());
[iajc]
[iajc]
/home/raviprak/Code/hadoop/hadoop-all/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapred/JobTrackerAspect.aj:198
[error] The method setReady(boolean) is undefined for the type JobTracker
[iajc] tracker.setReady(true);
[iajc] ^^^
{noformat}
> ant mvn-install doesn't work on hadoop-mapreduce-project
> --------------------------------------------------------
>
> Key: MAPREDUCE-3010
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3010
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Ravi Prakash
>
> Even though ant jar works, ant mvn-install fails in the compile-fault-inject
> step
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira