Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-1885

Trunk compilation is broken because of FileSystem api change in HADOOP-6826

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.22.0
    • 0.21.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

        1. 1885.patch
          2 kB
          Ravi Gummadi

        Issue Links

          Activity

            People

              ravidotg Ravi Gummadi
              ravidotg Ravi Gummadi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: