ant test on trunk does not compile.
-----------------------------------
Key: MAPREDUCE-1615
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1615
Project: Hadoop Map/Reduce
Issue Type: Bug
Reporter: Mahadev konar
Priority: Blocker
Fix For: 0.22.0
ant test on trunk fails to compile with the following error:
{code}
[javac] Compiling 264 source files to
/home/mahadev/workspace/hadoop-commit-trunk/mapreduce/build/test/mapred/classes
[javac]
/home/mahadev/workspace/hadoop-commit-trunk/mapreduce/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:266:
getListing(java.lang.String,byte[]) in
org.apache.hadoop.hdfs.protocol.ClientProtocol cannot be applied to
(java.lang.String)
[javac] client.getListing(path.toString());
[javac] ^
[javac]
/home/mahadev/workspace/hadoop-commit-trunk/mapreduce/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:279:
getListing(java.lang.String,byte[]) in
org.apache.hadoop.hdfs.protocol.ClientProtocol cannot be applied to
(java.lang.String)
[javac] client.getListing(jobSubmitDirpath.toString());
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 2 errors
BUILD FAILED
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.