[
https://issues.apache.org/jira/browse/SENTRY-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232310#comment-14232310
]
Hadoop QA commented on SENTRY-560:
----------------------------------
Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12684748/SENTRY-560.2.patch
against master.
{color:green}Overall:{color} +1 all checks pass
{color:green}SUCCESS:{color} all tests passed
Console output: https://builds.apache.org/job/PreCommit-SENTRY-Build/122/console
This message is automatically generated.
> Sentry HDFS Syncup applies duplicate ACLs for the same scope, group and type
> ----------------------------------------------------------------------------
>
> Key: SENTRY-560
> URL: https://issues.apache.org/jira/browse/SENTRY-560
> Project: Sentry
> Issue Type: Bug
> Affects Versions: 1.5.0
> Reporter: Arun Suresh
> Assignee: Arun Suresh
> Attachments: SENTRY-560.1.patch, SENTRY-560.2.patch
>
>
> If Sentry HDFS is turned on, check sample_table. The permission looks like
> this,
> {noformat}
> [root@x-sentry-1 ~]# hdfs dfs -getfacl /user/hive/warehouse/sample_table
> file: /user/hive/warehouse/sample_table
> owner: hive
> group: hive
> user::rwx
> user:hive:rwx
> group:hive:rwx
> other::---
> group:systest:rwx
> group:sentryDefaultAdmin:rwx
> mask::rwx
> other::--x
> {noformat}
> Notice, there are two "other::-" and "other::-x". If turn off this feature,
> using setfacl, it will return errors,
> setfacl: Invalid ACL: multiple entries with same scope, type and name.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)