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
Fix For: 0.22.0
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.