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 "John George (Updated) (JIRA)" <ji...@apache.org> on 2012/03/27 21:15:26 UTC

[jira] [Updated] (HADOOP-8014) ViewFileSystem does not correctly implement getDefaultBlockSize, getDefaultReplication, getContentSummary

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

John George updated HADOOP-8014:
--------------------------------

    Affects Version/s: 0.23.2
             Assignee: John George  (was: Daryn Sharp)
              Summary: ViewFileSystem does not correctly implement getDefaultBlockSize, getDefaultReplication, getContentSummary  (was: ViewFileSystem does not correctly implement getDefaultBlockSize and getDefaultReplication)

Thanks to Daryn for handing over the change he made in getDefaultBlockSize and getDefaultReplication. I am attaching a patch with getDefaultBlockSize, getDefaultReplication, and getContentSummary. The tests are added as part of HDFS-3121.
                
> ViewFileSystem does not correctly implement getDefaultBlockSize, getDefaultReplication, getContentSummary
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8014
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8014
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.23.0, 0.23.2, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: John George
>         Attachments: HADOOP-8014.patch
>
>
> {{ViewFileSystem}} incorrectly returns the {{FileSystem}} default values for {{getDefaultBlockSize()}} and {{getDefaultReplication()}}.  This causes files to be created with incorrect values.  The problem is that the current apis are insufficient for viewfs because the defaults depend on the underlying mount point.  These methods need counterparts that accept a {{Path}} so viewfs can resolve the mount point for a path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira