[jira] [Updated] (SENTRY-1366) Test Alter table rename when there are no partitions

2016-07-10 Thread Ke Jia (JIRA)

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

Ke Jia updated SENTRY-1366:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Test Alter table rename when there are no partitions
> 
>
> Key: SENTRY-1366
> URL: https://issues.apache.org/jira/browse/SENTRY-1366
> Project: Sentry
>  Issue Type: Test
>Reporter: Sravya Tirukkovalur
>Assignee: Ke Jia
> Attachments: SENTRY-1366-001.patch, SENTRY-1366-001.patch, 
> SENTRY-1366-002.patch, SENTRY-1366-002.patch, SENTRY-1366-003.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SENTRY-1394) Fix compile error for sentry-test-hive-v2

2016-07-10 Thread Colin Ma (JIRA)
Colin Ma created SENTRY-1394:


 Summary: Fix compile error for sentry-test-hive-v2
 Key: SENTRY-1394
 URL: https://issues.apache.org/jira/browse/SENTRY-1394
 Project: Sentry
  Issue Type: Bug
Reporter: Colin Ma
Assignee: Colin Ma


Update the import for PolicyFile.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SENTRY-1394) Fix compile error for sentry-test-hive-v2

2016-07-10 Thread Colin Ma (JIRA)

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

Colin Ma updated SENTRY-1394:
-
Issue Type: Sub-task  (was: Bug)
Parent: SENTRY-1205

> Fix compile error for sentry-test-hive-v2
> -
>
> Key: SENTRY-1394
> URL: https://issues.apache.org/jira/browse/SENTRY-1394
> Project: Sentry
>  Issue Type: Sub-task
>Reporter: Colin Ma
>Assignee: Colin Ma
>
> Update the import for PolicyFile.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SENTRY-1394) Fix compile error for sentry-test-hive-v2

2016-07-10 Thread Colin Ma (JIRA)

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

Colin Ma updated SENTRY-1394:
-
Attachment: SENTRY-1394.001-SENTRY-1205.patch

> Fix compile error for sentry-test-hive-v2
> -
>
> Key: SENTRY-1394
> URL: https://issues.apache.org/jira/browse/SENTRY-1394
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Hive V2
>Reporter: Colin Ma
>Assignee: Colin Ma
> Attachments: SENTRY-1394.001-SENTRY-1205.patch
>
>
> Update the import for PolicyFile.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SENTRY-1394) Fix compile error for sentry-test-hive-v2

2016-07-10 Thread Colin Ma (JIRA)

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

Colin Ma updated SENTRY-1394:
-
Component/s: Hive V2

> Fix compile error for sentry-test-hive-v2
> -
>
> Key: SENTRY-1394
> URL: https://issues.apache.org/jira/browse/SENTRY-1394
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Hive V2
>Reporter: Colin Ma
>Assignee: Colin Ma
>
> Update the import for PolicyFile.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SENTRY-898) [column level privilege] with column level privilege, show partitions fails, SemanticException No valid privileges

2016-07-10 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on SENTRY-898:
--

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12816804/SENTRY-898-002.patch 
against master.

{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.tests.e2e.dbprovider.TestDbMetadataObjectRetrieval
{color:red}ERROR:{color} Failed: 
org.apache.sentry.tests.e2e.dbprovider.TestDbPrivilegesAtFunctionScope

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

This message is automatically generated.

> [column level privilege] with column level privilege, show partitions fails, 
> SemanticException No valid privileges
> --
>
> Key: SENTRY-898
> URL: https://issues.apache.org/jira/browse/SENTRY-898
> Project: Sentry
>  Issue Type: Bug
>  Components: Sentry
>Affects Versions: 1.5.1
>Reporter: Anne Yu
>Assignee: Ke Jia
> Attachments: SENTRY-898-001.patch, SENTRY-898-002.patch
>
>
> If grant column level privilege to test user on a partition, show partitions 
> fails to list the permitted partition with Error: Error while compiling 
> statement: FAILED: SemanticException No valid privileges; 
> {code}
> CREATE TABLE pageviews (userid VARCHAR(64), link STRING, came_from STRING) 
> PARTITIONED BY (datestamp STRING, counter INT) CLUSTERED BY (userid) INTO 256 
> BUCKETS STORED AS ORC;
> grant select(datestamp) on table pageviews to role test_par;
> grant role test_par to group test_user;
> show partitions pageviews;
> {code}
> cc [~guoquan], [~sravya], [~lskuff]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SENTRY-1394) Fix compile error for sentry-test-hive-v2

2016-07-10 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on SENTRY-1394:
---

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12817070/SENTRY-1394.001-SENTRY-1205.patch
 against SENTRY-1205.

{color:green}Overall:{color} +1 all checks pass

INFO: INFO: Test patch for Hive authz2
{color:green}SUCCESS:{color} all tests passed
{color:green}SUCCESS:{color} all tests passed

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

This message is automatically generated.

> Fix compile error for sentry-test-hive-v2
> -
>
> Key: SENTRY-1394
> URL: https://issues.apache.org/jira/browse/SENTRY-1394
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Hive V2
>Reporter: Colin Ma
>Assignee: Colin Ma
> Attachments: SENTRY-1394.001-SENTRY-1205.patch
>
>
> Update the import for PolicyFile.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)