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 "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/05/02 06:23:08 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14524573#comment-14524573 ] 

Hadoop QA commented on HADOOP-7623:
-----------------------------------

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | patch |   0m  0s | The patch command could not apply the patch during dryrun. |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | http://issues.apache.org/jira/secure/attachment/12495024/HADOOP-7623.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / f1a152c |
| Console output | https://builds.apache.org/job/PreCommit-HADOOP-Build/6264/console |


This message was automatically generated.

> 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: 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)