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.21.0, 0.20.204.0, 0.20.203.0, 0.20.1 Reporter: Subroto Sanyal Fix For: 0.24.0 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 is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira