You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2019/04/22 20:08:00 UTC

[jira] [Resolved] (ACCUMULO-421) Table ACLs should be reflected in HDFS Table directories

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

Christopher Tubbs resolved ACCUMULO-421.
----------------------------------------
    Resolution: Won't Fix

Reading RFiles directly should be considered a privileged action. Accumulo isn't a system for managing HDFS files, but for managing tables of indexed data. The RFiles underneath should generally be abstracted from the user's code by the API. So, I don't think this is worth doing. It would also tightly couple us more with HDFS, rather than merely using HDFS as our underlying storage layer.

I'm closing this to clean up old issues, but if it's still an issue, please open an issue on GitHub, where we now track issues: https://github.com/apache/accumulo/issues

> Table ACLs should be reflected in HDFS Table directories
> --------------------------------------------------------
>
>                 Key: ACCUMULO-421
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-421
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: John Vines
>            Assignee: John Vines
>            Priority: Major
>
> To help support proper security in ACCUMULO-387, we should change the way Accumulo handles file permissions in HDFS. Each table should have it's own group, and as we add/remove user read access to the system, we should modify the group of the table accordingly. This way if a user does a map reduce over the table files, the MR can only be run over files they can read within Accumulo.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)