[
https://issues.apache.org/jira/browse/HDFS-703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773648#action_12773648
]
Konstantin Boudnik commented on HDFS-703:
-----------------------------------------
Here's what I've just did:
{noformat}
% svn co https://svn.apache.org/repos/asf/hadoop/hdfs/trunk new-hdfs-workspace
...
Fetching external item into '123/src/test/aop/build'
A new-hdfs-workspace/src/test/aop/build/aop.xml
Checked out external at revision 832876.
...
{noformat}
As you can see the referred {{aop.xml}} file is imported from Common project
through svn:externals
{noformat}
% cd new-hdfs-workspace
% ls -l src/test/aop/build
aop.xml
% ant injectfaults
...
compile-fault-inject:
[echo] Start weaving aspects in place
[echo] Weaving of aspects is finished
BUILD SUCCESSFUL
Total time: 1 minute 11 seconds
{noformat}
So everything seems to be working properly. Hope it helps to resolve the issue.
> Replace current fault injection implementation with one from Common
> -------------------------------------------------------------------
>
> Key: HDFS-703
> URL: https://issues.apache.org/jira/browse/HDFS-703
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: build
> Affects Versions: 0.22.0
> Reporter: Konstantin Boudnik
> Assignee: Konstantin Boudnik
> Fix For: 0.22.0
>
> Attachments: HDFS-703.patch, HDFS-703.patch, HDFS-703.patch
>
>
> After HADOOP-6204 has been implemented HDFS doesn't need to have its separate
> implementation of fault injection framework. Instead it has to reuse one from
> Common.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.