[ 
https://issues.apache.org/jira/browse/HADOOP-15000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16235037#comment-16235037
 ] 

Yonger commented on HADOOP-15000:
---------------------------------

Thanks for your detail interpretation.
But s3a has it's own configuration for block size, if we don't implement the 
newer, callers will use default dfs block size instead.

So we still need to add the newer implementation into s3a code, right ?

> s3a new getdefaultblocksize be called in getFileStatus which has not been 
> implemented in s3afilesystem yet
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-15000
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15000
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs/s3
>    Affects Versions: 2.9.0
>            Reporter: Yonger
>            Priority: Minor
>
> new implementation of getting block size has been called in getFileStatus 
> method: 
> {code:java}
>           return new S3AFileStatus(meta.getContentLength(),
>               dateToLong(meta.getLastModified()),
>               path,
>               getDefaultBlockSize(path),
>               username);
>         }
> {code}
> while we don't implement it in our s3afilesystem currently, also we need to 
> implement this new method as the old one deprecated.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to