Hi Ravi.
You need to run Herriot build to make sure that everything is ok after your
changes. The way to to it is as follows:
% ant jar-system jar-test-system
this will perform the compilation of Hadoop binaries with weaved Herriot APIs.
More information about Herriot can be found here
https://wiki.apache.org/hadoop/HowToUseSystemTestFramework
Cos
On Mon, May 07, 2012 at 04:45PM, Ravi Prakash wrote:
> Hi folks,
>
> I'm patching changes to StatisticsCollector in
> https://issues.apache.org/jira/browse/MAPREDUCE-4227 .
>
> A simple grep shows StatisticsCollector is also referenced in
> src/test/system/aop/org/apache/hadoop/mapred/StatisticsCollectorAspect.aj
> src/test/system/aop/org/apache/hadoop/mapred/JobTrackerAspect.aj
>
> How can I check whether my changes cause any issues or not in the AspectJ?
> (tests?)
>
> Thanks
> Ravi.