Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-14730

Support protobuf FileStatus in AdlFileSystem

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0-beta1
    • 3.0.0-beta1
    • None
    • None
    • Reviewed

    Description

      2 Unit Test cases are failing Azure-data-lake Module , caused after HDFS-6984 commit.

      Issue seems to be hasAcl is hard coded to false.

      public FileStatus(long length, boolean isdir,
                          int block_replication,
                          long blocksize, long modification_time, long access_time,
                          FsPermission permission, String owner, String group, 
                          Path symlink,
                          Path path) {
          this(length, isdir, block_replication, blocksize, modification_time,
              access_time, permission, owner, group, symlink, path,
              false, false, false);
        }
      

      Attachments

        1. HADOOP-14730.001.patch
          0.8 kB
          Vishwajeet Dusane
        2. HADOOP-14730.002.patch
          8 kB
          Christopher Douglas
        3. HADOOP-14730.003.patch
          5 kB
          Christopher Douglas
        4. HADOOP-14730.004.patch
          8 kB
          Christopher Douglas
        5. HADOOP-14730.005.patch
          10 kB
          Christopher Douglas
        6. HADOOP-14730.006.patch
          10 kB
          Christopher Douglas

        Issue Links

          Activity

            People

              cdouglas Christopher Douglas
              vishwajeet.dusane Vishwajeet Dusane
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: