You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2015/05/06 05:33:29 UTC

[jira] [Updated] (HADOOP-7623) S3FileSystem reports block-size as length of File if file length is less than a block

     [ https://issues.apache.org/jira/browse/HADOOP-7623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Wittenauer updated HADOOP-7623:
-------------------------------------
    Labels: BB2015-05-TBR hadoop  (was: hadoop)

> S3FileSystem reports block-size as length of File if file length is less than a block
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7623
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7623
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/s3
>    Affects Versions: 0.20.1
>            Reporter: Subroto Sanyal
>              Labels: BB2015-05-TBR, hadoop
>         Attachments: HADOOP-7623.patch
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)