[ https://issues.apache.org/jira/browse/HBASE-10541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13901860#comment-13901860 ]
Vasu Mariyala commented on HBASE-10541: --------------------------------------- FSUtils.create method doesn't honor the permissions passed to it if the file system is a DistributedFileSystem. It uses FsPermission.getDefault(). Not sure if this is intended. But fixing this issue too in this patch. > Make the file system properties customizable per table/column family > -------------------------------------------------------------------- > > Key: HBASE-10541 > URL: https://issues.apache.org/jira/browse/HBASE-10541 > Project: HBase > Issue Type: New Feature > Reporter: Vasu Mariyala > Attachments: trunk-HBASE-10541.patch > > > The file system properties like replication (the number of nodes to which the > hfile needs to be replicated), block size need to be customizable per > table/column family. This is important especially in the testing scenarios or > for test tables where we don't want the hfile to be replicated 3 times. -- This message was sent by Atlassian JIRA (v6.1.5#6160)