Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.22.0
-
None
-
None
-
Reviewed
Description
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
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-6826 Revert FileSystem create method that takes CreateFlags
- Closed