trunk build broken
------------------
Key: MAPREDUCE-2022
URL: https://issues.apache.org/jira/browse/MAPREDUCE-2022
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: test
Affects Versions: 0.22.0
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
Priority: Blocker
Fix For: 0.22.0
Trunk compilation fails with following errors:
[javac]
/home/amarsri/workspace/trunk/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:267:
getListing(java.lang.String,byte[],boolean) in
org.apache.hadoop.hdfs.protocol.ClientProtocol cannot be applied to
(java.lang.String,byte[])
[javac] client.getListing(
[javac] ^
[javac]
/home/amarsri/workspace/trunk/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:281:
getListing(java.lang.String,byte[],boolean) in
org.apache.hadoop.hdfs.protocol.ClientProtocol cannot be applied to
(java.lang.String,byte[])
[javac] client.getListing(
[javac] ^
This is due to commit of HDFS-202
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.