ViewFileSystem does not correctly implement getDefaultBlockSize and getDefaultReplication -----------------------------------------------------------------------------------------
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.24.0 Reporter: Daryn Sharp Assignee: Daryn Sharp {{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