You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/02/19 14:50:00 UTC

[jira] [Commented] (ARROW-6756) [C++][Python] Include HDFS `getfacl` in `pyarrow.hdfs.HadoopFileSystem`

    [ https://issues.apache.org/jira/browse/ARROW-6756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17040110#comment-17040110 ] 

Antoine Pitrou commented on ARROW-6756:
---------------------------------------

I don't seen anything in {{libhdfs}} about ACLs either...

> [C++][Python] Include HDFS `getfacl` in `pyarrow.hdfs.HadoopFileSystem`
> -----------------------------------------------------------------------
>
>                 Key: ARROW-6756
>                 URL: https://issues.apache.org/jira/browse/ARROW-6756
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: Python
>    Affects Versions: 0.13.0
>            Reporter: bb
>            Priority: Major
>              Labels: arrow, hdfs, pyarrow
>
> Extended HDFS filesystem attributes are exposed through the `getfacl` command.
> It would be immensely help to have this information accessible via:
> {code:java}
> pyarrow.hdfs.HadoopFileSystem{code}
>  
> Link to the official Hadoop docs where this is discussed in more detail:
> [https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/FileSystemShell.html#getfacl]
> Sample output from the *nix shell:
> {code:java}
> $ hadoop fs -getfacl /path/to/hdfs/dir
>  # file: /path/to/hdfs/dir
>  # owner: hive
>  # group: hive
>  user::rwx
>  group:unix_group_with_acl_privs_defined:rwx
>  group::---
>  user:hive:rwx
>  group:hive:rwx
>  mask::rwx
>  other::--x{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)