You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Mathieu Poumeyrol (JIRA)" <ji...@apache.org> on 2009/05/11 18:23:45 UTC

[jira] Created: (HADOOP-5804) neither s3.block.size not fs.s3.block.size are honoured

neither s3.block.size not fs.s3.block.size are honoured
-------------------------------------------------------

                 Key: HADOOP-5804
                 URL: https://issues.apache.org/jira/browse/HADOOP-5804
             Project: Hadoop Core
          Issue Type: Bug
          Components: fs/s3
    Affects Versions: 0.20.0, 0.19.1, 0.18.2
         Environment: all
            Reporter: Mathieu Poumeyrol


S3FileSystem does not override FileSystem.getDefaultBlockSize(), so the s3 default block size is actualy controlled by fs.local.block.size

As far as I can see, the s3 block size specific parameters (either with or without the fs. prefix) are read nowhere.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-5804) neither s3.block.size not fs.s3.block.size are honoured

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White resolved HADOOP-5804.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.21.0
         Assignee: Tom White

Fixed as a part of HADOOP-5861.

> neither s3.block.size not fs.s3.block.size are honoured
> -------------------------------------------------------
>
>                 Key: HADOOP-5804
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5804
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: fs/s3
>    Affects Versions: 0.18.2, 0.19.1, 0.20.0
>         Environment: all
>            Reporter: Mathieu Poumeyrol
>            Assignee: Tom White
>             Fix For: 0.21.0
>
>
> S3FileSystem does not override FileSystem.getDefaultBlockSize(), so the s3 default block size is actualy controlled by fs.local.block.size
> As far as I can see, the s3 block size specific parameters (either with or without the fs. prefix) are read nowhere.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.