[
https://issues.apache.org/jira/browse/MAPREDUCE-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Douglas updated MAPREDUCE-1615:
-------------------------------------
Attachment: M1615-0.patch
Fixed incompatible change from HDFS-985
> 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
>
> Attachments: M1615-0.patch
>
>
> 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.