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

Hadoop QA commented on SENTRY-1644:
-----------------------------------

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12858558/SENTRY-1644.001-sentry-ha-redesign.patch
 against sentry-ha-redesign.

{color:red}Overall:{color} -1 due to 3 errors

{color:red}ERROR:{color} mvn test exited 1
{color:red}ERROR:{color} Failed: 
org.apache.sentry.policy.hive.TestSimpleDBPolicyEngineDFS
{color:red}ERROR:{color} Failed: org.apache.sentry.binding.hive.TestURI

Console output: 
https://builds.apache.org/job/PreCommit-SENTRY-Build/2437/console

This message is automatically generated.

> Partition ACLs disappear after renaming Hive table with partitions
> ------------------------------------------------------------------
>
>                 Key: SENTRY-1644
>                 URL: https://issues.apache.org/jira/browse/SENTRY-1644
>             Project: Sentry
>          Issue Type: Bug
>          Components: Hdfs Plugin
>    Affects Versions: 1.7.0, 1.8.0, sentry-ha-redesign
>            Reporter: Hao Hao
>            Assignee: Lei (Eddy) Xu
>         Attachments: SENTRY-1644.001-sentry-ha-redesign.patch
>
>
> After rename Hive table with partitions, ACLs on the partition paths 
> disappear.
> It can be reproducible by:
> * Create a table with partitions.
> * Rename the table.
> * The granted ACLs on the partitions disappear.
> Furthermore, in TestHMSPaths.testRenameDiffPaths add the following checking:
> {noformat}
>  String partition2Path = "/user/hive/warehouse/db1.db/table2/part1";
>  Assert.assertEquals(expectedSet, 
> paths.findAuthzObject(HMSPaths.getPathElements(partition2Path).toArray(new 
> String[0])));
> {noformat}
> It will evaluate to false, which means after rename, the path of the table 
> partition disappear.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to