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 "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2010/08/20 10:30:16 UTC

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

     [ https://issues.apache.org/jira/browse/MAPREDUCE-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated MAPREDUCE-2022:
-----------------------------------------------

    Attachment: patch-2022.txt

Patch fixing the compilation errors.

> 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.