[
https://issues.apache.org/jira/browse/MAPREDUCE-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790981#action_12790981
]
Aaron Kimball commented on MAPREDUCE-1297:
------------------------------------------
Yes, this was caused by HADOOP-5901. I believe the failure occurred in between
the commit and the subsequent revert. This should run again now -- I will post
a companion patch for mapreduce here after we nail down a working version of
HADOOP-5901.
> MiniMRCluster.java compilation failure
> --------------------------------------
>
> Key: MAPREDUCE-1297
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1297
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: build
> Affects Versions: 0.21.0
> Reporter: Giridharan Kesavan
>
> compile-mapred-test:
> [mkdir] Created dir:
> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-21-Build/trunk/build/test/mapred/classes
> [mkdir] Created dir:
> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-21-Build/trunk/build/test/mapred/testjar
> [mkdir] Created dir:
> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-21-Build/trunk/build/test/mapred/testshell
> [javac] Compiling 230 source files to
> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-21-Build/trunk/build/test/mapred/classes
> [javac]
> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-21-Build/trunk/src/test/mapred/org/apache/hadoop/mapred/MiniMRCluster.java:342:
> unreported exception java.io.IOException; must be caught or declared to be
> thrown
> [javac] FileSystem.setDefaultUri(result, namenode);
> [javac] ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 1 error
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.