ant build is broken in branch-23
--------------------------------
Key: MAPREDUCE-3459
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3459
Project: Hadoop Map/Reduce
Issue Type: Bug
Affects Versions: 0.23.0
Reporter: John George
ant build is broken in 0.23. A small snippet:
[javac] Compiling 330 source files to
/home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/build/test/mapred/classes
[javac]
/home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/NotificationTestCase.java:28:
cannot find symbol
[javac] symbol : class MapReduceTestUtil
[javac] location: package org.apache.hadoop.mapreduce
[javac] import org.apache.hadoop.mapreduce.MapReduceTestUtil;
[javac] ^
[javac]
/home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestBadRecords.java:43:
cannot find symbol
[javac] symbol: class ClusterMapReduceTestCase
[javac] public class TestBadRecords extends ClusterMapReduceTestCase {
[javac] ^
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira