[ https://issues.apache.org/jira/browse/MAPREDUCE-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881081#action_12881081 ]
Tom White commented on MAPREDUCE-1885: -------------------------------------- +1 This fixes MapReduce trunk for me. I'll commit it presently. > 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.22.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.