[
https://issues.apache.org/jira/browse/MAPREDUCE-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091397#comment-13091397
]
Todd Lipcon commented on MAPREDUCE-2883:
----------------------------------------
{noformat}
-compile-fault-inject:
[echo] Start weaving aspects in place
[iajc]
/home/todd/git/hadoop-common/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/todd/git/hadoop-common/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] ^^^
[iajc]
/home/todd/git/hadoop-common/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapreduce/ClusterAspect.aj:24
[warning] this affected type is not exposed to the weaver:
org.apache.hadoop.mapreduce.Cluster [Xlint:typeNotExposedToWeaver]
[iajc] public ClientProtocol Cluster.getClientProtocol() {
[iajc] ^^^^^^^^^^^^^^^^
[iajc] [Xlint:typeNotExposedToWeaver]
[iajc]
/home/todd/git/hadoop-common/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapreduce/ClusterAspect.aj:25
[warning] this affected type is not exposed to the weaver:
org.apache.hadoop.mapreduce.Cluster (needed for privileged access)
[Xlint:typeNotExposedToWeaver]
[iajc] return client;
[iajc] ^
[iajc] [Xlint:typeNotExposedToWeaver]
[iajc]
/home/todd/git/hadoop-common/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapred/JobInProgress.java:660
[error] The method verifyHostnames(String[]) is undefined for the type NetUtils
[iajc] NetUtils.verifyHostnames(split.getLocations());
[iajc] ^^^^^^^^
[iajc]
/home/todd/git/hadoop-common/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapred/JTProtocolAspect.aj:41
[warning] this affected type is not exposed to the weaver:
org.apache.hadoop.mapreduce.protocol.ClientProtocol
[Xlint:typeNotExposedToWeaver]
[iajc] declare parents : ClientProtocol extends JTProtocol;
[iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[iajc] [Xlint:typeNotExposedToWeaver]
[iajc]
/home/todd/git/hadoop-common/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapred/JobClientAspect.aj:27
[warning] this affected type is not exposed to the weaver:
org.apache.hadoop.mapred.JobClient [Xlint:typeNotExposedToWeaver]
[iajc] public ClientProtocol JobClient.getProtocol() {
[iajc] ^^^^^^^^^^
[iajc] [Xlint:typeNotExposedToWeaver]
[iajc]
/home/todd/git/hadoop-common/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapred/JobClientAspect.aj:31
[warning] this affected type is not exposed to the weaver:
org.apache.hadoop.mapred.JobClient [Xlint:typeNotExposedToWeaver]
[iajc] public void JobClient.killJob(JobID id) throws
IOException,InterruptedException {
[iajc]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[iajc] [Xlint:typeNotExposedToWeaver]
[iajc]
[iajc] 3 errors, 5 warnings
{noformat}
> MR FI tests failing to build
> ----------------------------
>
> Key: MAPREDUCE-2883
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2883
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: test
> Affects Versions: 0.23.0
> Reporter: Todd Lipcon
> Priority: Critical
> Fix For: 0.23.0
>
>
> running ant mvn-install in hadoop-mapreduce-project on branch-0.23 fails in
> the fault injection compilation
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira