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

S3FileSystem reports block-size as length of File if file length is less than a block

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 0.20.1
    • None
    • fs/s3
    • s3

    Description

      in S3FileSystem create a File with Block size as 67108864.
      Write some data in file of size 2048 (less than 67108864)
      Assert the block size of the file. the block size reported will be 2048 rather than 67108864.

      This behavior is not inline with HDFS.

      Attachments

        1. HADOOP-7623.patch
          9 kB
          Subroto Sanyal

        Activity

          People

            Unassigned Unassigned
            subrotosanyal Subroto Sanyal
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: