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

Tom White resolved MAPREDUCE-1885.
----------------------------------

     Hadoop Flags: [Reviewed]
    Fix Version/s: 0.21.0
                       (was: 0.22.0)
       Resolution: Fixed

I've just committed this. Thanks, Ravi!

> Trunk compilation is broken because of FileSystem api change in HADOOP-6826
> ---------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1885
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1885
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.22.0
>            Reporter: Ravi Gummadi
>            Assignee: Ravi Gummadi
>             Fix For: 0.21.0
>
>         Attachments: 1885.patch
>
>
> Trunk compilation is broken because of FileSystem api change in HADOOP-6826.
> Here are the error messages:
>      [iajc] 
> /home/gravi/workspace/gitMR/hadoop-mapreduce/src/java/org/apache/hadoop/mapreduce/jobhistory/JobHistory.java:277
>  [error] The method create(Path, FsPermission, boolean, int, short, long, 
> Progressable) in the type FileSystem is not applicable for the arguments 
> (Path, FsPermission, EnumSet<CreateFlag>, int, short, long, null)
>      [iajc] FSDataOutputStream out = logDirFs.create(logFile,
>      [iajc]                                   ^
>      [iajc] 
> /home/gravi/workspace/gitMR/hadoop-mapreduce/src/java/org/apache/hadoop/mapreduce/jobhistory/JobHistory.java:297
>  [error] The method create(Path, FsPermission, boolean, int, short, long, 
> Progressable) in the type FileSystem is not applicable for the arguments 
> (Path, FsPermission, EnumSet<CreateFlag>, int, short, long, null)
>      [iajc] jobFileOut = logDirFs.create(logDirConfPath,
>      [iajc]
>      [iajc]
>      [iajc] 2 errors

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