You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Chris Douglas (JIRA)" <ji...@apache.org> on 2010/08/20 11:16:16 UTC

[jira] Commented: (MAPREDUCE-2022) trunk build broken

    [ https://issues.apache.org/jira/browse/MAPREDUCE-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900646#action_12900646 ] 

Chris Douglas commented on MAPREDUCE-2022:
------------------------------------------

The fix for this is also part of MAPREDUCE-1981

> 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
>
>         Attachments: patch-2022.txt
>
>
> 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.