You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Vasu Mariyala (JIRA)" <ji...@apache.org> on 2014/02/14 20:50:21 UTC

[jira] [Commented] (HBASE-10541) Make the file system properties customizable per table/column family

    [ 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)