Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-18477 Über-jira: S3A Hadoop 3.3.9 features
  3. HADOOP-15000

s3a new getdefaultblocksize be called in getFileStatus which has not been implemented in s3afilesystem yet

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.9.0
    • None
    • fs/s3
    • None

    Description

      new implementation of getting block size has been called in getFileStatus method:

                return new S3AFileStatus(meta.getContentLength(),
                    dateToLong(meta.getLastModified()),
                    path,
                    getDefaultBlockSize(path),
                    username);
              }
      

      while we don't implement it in our s3afilesystem currently, also we need to implement this new method as the old one deprecated.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              iyonger Yonger
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: