[jira] [Commented] (SENTRY-2454) Add new sentry store api to gather the privileges for a list of authorizables.

2018-12-10 Thread Hadoop QA (JIRA)


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

Hadoop QA commented on SENTRY-2454:
---

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12951285/SENTRY-2454.003.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/4289/console

This message is automatically generated.

> Add new sentry store api to gather the privileges for a list of authorizables.
> --
>
> Key: SENTRY-2454
> URL: https://issues.apache.org/jira/browse/SENTRY-2454
> Project: Sentry
>  Issue Type: Improvement
>  Components: Sentry
>Affects Versions: 2.2.0
>Reporter: kalyan kumar kalvagadda
>Assignee: kalyan kumar kalvagadda
>Priority: Major
> Attachments: SENTRY-2454.001.patch, SENTRY-2454.002.patch, 
> SENTRY-2454.003.patch
>
>
> New sentry API should be implemented to fetch the privileges granted to 
> authorizables and it's children. authorizables include database, tables, 
> columns and URI's.



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


[jira] [Commented] (SENTRY-2476) Optimize deleting specific paths for objects

2018-12-10 Thread Hadoop QA (JIRA)


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

Hadoop QA commented on SENTRY-2476:
---

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12951284/SENTRY-2476.04.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/4288/console

This message is automatically generated.

> Optimize deleting specific paths for objects
> 
>
> Key: SENTRY-2476
> URL: https://issues.apache.org/jira/browse/SENTRY-2476
> Project: Sentry
>  Issue Type: Bug
>Reporter: Arjun Mishra
>Assignee: Arjun Mishra
>Priority: Major
> Attachments: SENTRY-2476.01.patch, SENTRY-2476.02.patch, 
> SENTRY-2476.03.patch, SENTRY-2476.04.patch
>
>
> Right now when we process a drop partition event, we fetch each path object 
> for paths_mapping object then find the one we want to delete and then delete 
> it. We should avoid fetching all objects and directly delete the path that 
> needs to be deleted



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


[jira] [Updated] (SENTRY-2454) Add new sentry store api to gather the privileges for a list of authorizables.

2018-12-10 Thread kalyan kumar kalvagadda (JIRA)


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

kalyan kumar kalvagadda updated SENTRY-2454:

Attachment: SENTRY-2454.003.patch

> Add new sentry store api to gather the privileges for a list of authorizables.
> --
>
> Key: SENTRY-2454
> URL: https://issues.apache.org/jira/browse/SENTRY-2454
> Project: Sentry
>  Issue Type: Improvement
>  Components: Sentry
>Affects Versions: 2.2.0
>Reporter: kalyan kumar kalvagadda
>Assignee: kalyan kumar kalvagadda
>Priority: Major
> Attachments: SENTRY-2454.001.patch, SENTRY-2454.002.patch, 
> SENTRY-2454.003.patch
>
>
> New sentry API should be implemented to fetch the privileges granted to 
> authorizables and it's children. authorizables include database, tables, 
> columns and URI's.



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


[jira] [Updated] (SENTRY-2476) Optimize deleting specific paths for objects

2018-12-10 Thread Arjun Mishra (JIRA)


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

Arjun Mishra updated SENTRY-2476:
-
Attachment: SENTRY-2476.04.patch

> Optimize deleting specific paths for objects
> 
>
> Key: SENTRY-2476
> URL: https://issues.apache.org/jira/browse/SENTRY-2476
> Project: Sentry
>  Issue Type: Bug
>Reporter: Arjun Mishra
>Assignee: Arjun Mishra
>Priority: Major
> Attachments: SENTRY-2476.01.patch, SENTRY-2476.02.patch, 
> SENTRY-2476.03.patch, SENTRY-2476.04.patch
>
>
> Right now when we process a drop partition event, we fetch each path object 
> for paths_mapping object then find the one we want to delete and then delete 
> it. We should avoid fetching all objects and directly delete the path that 
> needs to be deleted



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


[jira] [Updated] (SENTRY-2452) Change the thrift interface to send the list of authorizable to sentry server

2018-12-10 Thread kalyan kumar kalvagadda (JIRA)


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

kalyan kumar kalvagadda updated SENTRY-2452:

   Resolution: Fixed
Fix Version/s: 2.2.0
   Status: Resolved  (was: Patch Available)

> Change the thrift interface to send the list of authorizable to sentry server
> -
>
> Key: SENTRY-2452
> URL: https://issues.apache.org/jira/browse/SENTRY-2452
> Project: Sentry
>  Issue Type: Improvement
>Reporter: kalyan kumar kalvagadda
>Assignee: kalyan kumar kalvagadda
>Priority: Major
> Fix For: 2.2.0
>
> Attachments: SENTRY-2452.001.patch, SENTRY-2452.003.patch, 
> SENTRY-2452.004.patch
>
>
> TSentryExportMappingDataRequest and TSentryImportMappingDataRequest which are 
> used to send export and import requests to sentry server should be changed to 
> be able to send a list authorizables for which permission information has to 
> be exported/imported.
> These requests should accommodate source and target cluster information as 
> well.



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


[jira] [Commented] (SENTRY-2452) Change the thrift interface to send the list of authorizable to sentry server

2018-12-10 Thread kalyan kumar kalvagadda (JIRA)


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

kalyan kumar kalvagadda commented on SENTRY-2452:
-

Failures are un-related.

> Change the thrift interface to send the list of authorizable to sentry server
> -
>
> Key: SENTRY-2452
> URL: https://issues.apache.org/jira/browse/SENTRY-2452
> Project: Sentry
>  Issue Type: Improvement
>Reporter: kalyan kumar kalvagadda
>Assignee: kalyan kumar kalvagadda
>Priority: Major
> Attachments: SENTRY-2452.001.patch, SENTRY-2452.003.patch, 
> SENTRY-2452.004.patch
>
>
> TSentryExportMappingDataRequest and TSentryImportMappingDataRequest which are 
> used to send export and import requests to sentry server should be changed to 
> be able to send a list authorizables for which permission information has to 
> be exported/imported.
> These requests should accommodate source and target cluster information as 
> well.



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


[jira] [Commented] (SENTRY-2452) Change the thrift interface to send the list of authorizable to sentry server

2018-12-10 Thread Hadoop QA (JIRA)


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

Hadoop QA commented on SENTRY-2452:
---

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

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

{color:red}ERROR:{color} mvn test exited 1
{color:red}ERROR:{color} Failed: 
org.apache.sentry.tests.e2e.hdfs.TestHDFSIntegrationEnd2End
{color:red}ERROR:{color} Failed: 
org.apache.sentry.tests.e2e.hdfs.TestHDFSIntegrationAdvanced
{color:red}ERROR:{color} Failed: 
org.apache.sentry.tests.e2e.hdfs.TestHDFSIntegrationWithHA

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

This message is automatically generated.

> Change the thrift interface to send the list of authorizable to sentry server
> -
>
> Key: SENTRY-2452
> URL: https://issues.apache.org/jira/browse/SENTRY-2452
> Project: Sentry
>  Issue Type: Improvement
>Reporter: kalyan kumar kalvagadda
>Assignee: kalyan kumar kalvagadda
>Priority: Major
> Attachments: SENTRY-2452.001.patch, SENTRY-2452.003.patch, 
> SENTRY-2452.004.patch
>
>
> TSentryExportMappingDataRequest and TSentryImportMappingDataRequest which are 
> used to send export and import requests to sentry server should be changed to 
> be able to send a list authorizables for which permission information has to 
> be exported/imported.
> These requests should accommodate source and target cluster information as 
> well.



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


[jira] [Commented] (SENTRY-2476) Optimize deleting specific paths for objects

2018-12-10 Thread Hadoop QA (JIRA)


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

Hadoop QA commented on SENTRY-2476:
---

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12951143/SENTRY-2476.03.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/4286/console

This message is automatically generated.

> Optimize deleting specific paths for objects
> 
>
> Key: SENTRY-2476
> URL: https://issues.apache.org/jira/browse/SENTRY-2476
> Project: Sentry
>  Issue Type: Bug
>Reporter: Arjun Mishra
>Assignee: Arjun Mishra
>Priority: Major
> Attachments: SENTRY-2476.01.patch, SENTRY-2476.02.patch, 
> SENTRY-2476.03.patch
>
>
> Right now when we process a drop partition event, we fetch each path object 
> for paths_mapping object then find the one we want to delete and then delete 
> it. We should avoid fetching all objects and directly delete the path that 
> needs to be deleted



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


[jira] [Updated] (SENTRY-2452) Change the thrift interface to send the list of authorizable to sentry server

2018-12-10 Thread kalyan kumar kalvagadda (JIRA)


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

kalyan kumar kalvagadda updated SENTRY-2452:

Attachment: SENTRY-2452.004.patch

> Change the thrift interface to send the list of authorizable to sentry server
> -
>
> Key: SENTRY-2452
> URL: https://issues.apache.org/jira/browse/SENTRY-2452
> Project: Sentry
>  Issue Type: Improvement
>Reporter: kalyan kumar kalvagadda
>Assignee: kalyan kumar kalvagadda
>Priority: Major
> Attachments: SENTRY-2452.001.patch, SENTRY-2452.003.patch, 
> SENTRY-2452.004.patch
>
>
> TSentryExportMappingDataRequest and TSentryImportMappingDataRequest which are 
> used to send export and import requests to sentry server should be changed to 
> be able to send a list authorizables for which permission information has to 
> be exported/imported.
> These requests should accommodate source and target cluster information as 
> well.



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