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

Hudson commented on MAPREDUCE-1615:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #285 (See 
[http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/285/])
    . Fix compilation of TestSubmitJob.


> 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
>            Assignee: Chris Douglas
>            Priority: Blocker
>             Fix For: 0.22.0
>
>         Attachments: M1615-0.patch
>
>
> ant test on trunk fails to compile with the following error:
> {noformat}
>     [javac] Compiling 264 source files to 
> /home/mahadev/workspace/hadoop-commit-trunk/mapreduce/build/test/mapred/classes
>     [javac] 
> /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] 
> /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
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to