[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-25 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on SENTRY-2208:
---

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12925149/SENTRY-2208-008.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/3821/console

This message is automatically generated.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208-002.patch, SENTRY-2208-003.patch, 
> SENTRY-2208-004.patch, SENTRY-2208-005.patch, SENTRY-2208-006.patch, 
> SENTRY-2208-007.patch, SENTRY-2208-008.patch, SENTRY-2208.patch
>
>
> The module sentry-provider-db included all the code for sentry server and 
> sentry client. To pull the client and server dependencies outside of 
> sentry-provider-db, a new module, sentry-service was created with submodules 
> sentry-service-server, sentry-service-api (see SENTRY-2206) and 
> sentry-service-client.
> The majority of this patch moves classes from sentry-provider-db to 
> sentry-service-server (Thrift APIs, web server, model classes and SQL) and 
> sentry-service-client (SentryServiceClientFactory) and updates dependencies 
> (Sentry HDFS service depends on sentry-service-server and Sentry Provider DB 
> depends on sentry-service-client) across the codebase accordingly.
> Also, several test classes needed to be updated to declare their use of 
> SentryServiceIntegrationBase:
> TestAuditLogForSentryGenericService.java
> TestSentryGenericServiceClient
> TestAuthorizingDDLAuditLogWithKerberos
> TestSentryPolicyServiceClient
> TestSentryServiceClientPool
> TestSentryServiceWithInvalidMsgSize
> TestSentryWebServerWithKerberos
>  



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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-25 Thread Anthony Young-Garner (JIRA)

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

Anthony Young-Garner commented on SENTRY-2208:
--

Added patch 008 to rebase / sync with master

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208-002.patch, SENTRY-2208-003.patch, 
> SENTRY-2208-004.patch, SENTRY-2208-005.patch, SENTRY-2208-006.patch, 
> SENTRY-2208-007.patch, SENTRY-2208-008.patch, SENTRY-2208.patch
>
>
> The module sentry-provider-db included all the code for sentry server and 
> sentry client. To pull the client and server dependencies outside of 
> sentry-provider-db, a new module, sentry-service was created with submodules 
> sentry-service-server, sentry-service-api (see SENTRY-2206) and 
> sentry-service-client.
> The majority of this patch moves classes from sentry-provider-db to 
> sentry-service-server (Thrift APIs, web server, model classes and SQL) and 
> sentry-service-client (SentryServiceClientFactory) and updates dependencies 
> (Sentry HDFS service depends on sentry-service-server and Sentry Provider DB 
> depends on sentry-service-client) across the codebase accordingly.
> Also, several test classes needed to be updated to declare their use of 
> SentryServiceIntegrationBase:
> TestAuditLogForSentryGenericService.java
> TestSentryGenericServiceClient
> TestAuthorizingDDLAuditLogWithKerberos
> TestSentryPolicyServiceClient
> TestSentryServiceClientPool
> TestSentryServiceWithInvalidMsgSize
> TestSentryWebServerWithKerberos
>  



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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on SENTRY-2208:
---

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12924376/SENTRY-2208-006.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/3813/console

This message is automatically generated.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208-002.patch, SENTRY-2208-003.patch, 
> SENTRY-2208-004.patch, SENTRY-2208-005.patch, SENTRY-2208-006.patch, 
> SENTRY-2208-007.patch, SENTRY-2208.patch
>
>
> The module sentry-provider-db included all the code for sentry server and 
> sentry client. To pull the client and server dependencies outside of 
> sentry-provider-db, a new module, sentry-service was created with submodules 
> sentry-service-server, sentry-service-api (see SENTRY-2206) and 
> sentry-service-client.
> The majority of this patch moves classes from sentry-provider-db to 
> sentry-service-server (Thrift APIs, web server, model classes and SQL) and 
> sentry-service-client (SentryServiceClientFactory) and updates dependencies 
> (Sentry HDFS service depends on sentry-service-server and Sentry Provider DB 
> depends on sentry-service-client) across the codebase accordingly.
> Also, several test classes needed to be updated to declare their use of 
> SentryServiceIntegrationBase:
> TestAuditLogForSentryGenericService.java
> TestSentryGenericServiceClient
> TestAuthorizingDDLAuditLogWithKerberos
> TestSentryPolicyServiceClient
> TestSentryServiceClientPool
> TestSentryServiceWithInvalidMsgSize
> TestSentryWebServerWithKerberos
>  



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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on SENTRY-2208:
---

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12924380/SENTRY-2208-007.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/3814/console

This message is automatically generated.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208-002.patch, SENTRY-2208-003.patch, 
> SENTRY-2208-004.patch, SENTRY-2208-005.patch, SENTRY-2208-006.patch, 
> SENTRY-2208-007.patch, SENTRY-2208.patch
>
>
> The module sentry-provider-db included all the code for sentry server and 
> sentry client. To pull the client and server dependencies outside of 
> sentry-provider-db, a new module, sentry-service was created with submodules 
> sentry-service-server, sentry-service-api (see SENTRY-2206) and 
> sentry-service-client.
> The majority of this patch moves classes from sentry-provider-db to 
> sentry-service-server (Thrift APIs, web server, model classes and SQL) and 
> sentry-service-client (SentryServiceClientFactory) and updates dependencies 
> (Sentry HDFS service depends on sentry-service-server and Sentry Provider DB 
> depends on sentry-service-client) across the codebase accordingly.
> Also, several test classes needed to be updated to declare their use of 
> SentryServiceIntegrationBase:
> TestAuditLogForSentryGenericService.java
> TestSentryGenericServiceClient
> TestAuthorizingDDLAuditLogWithKerberos
> TestSentryPolicyServiceClient
> TestSentryServiceClientPool
> TestSentryServiceWithInvalidMsgSize
> TestSentryWebServerWithKerberos
>  



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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on SENTRY-2208:
---

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12924353/SENTRY-2208-005.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/3812/console

This message is automatically generated.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208-002.patch, SENTRY-2208-003.patch, 
> SENTRY-2208-004.patch, SENTRY-2208-005.patch, SENTRY-2208-006.patch, 
> SENTRY-2208-007.patch, SENTRY-2208.patch
>
>
> The module sentry-provider-db included all the code for sentry server and 
> sentry client. To pull the client and server dependencies outside of 
> sentry-provider-db, a new module, sentry-service was created with submodules 
> sentry-service-server, sentry-service-api (see SENTRY-2206) and 
> sentry-service-client.
> The majority of this patch moves classes from sentry-provider-db to 
> sentry-service-server (Thrift APIs, web server, model classes and SQL) and 
> sentry-service-client (SentryServiceClientFactory) and updates dependencies 
> (Sentry HDFS service depends on sentry-service-server and Sentry Provider DB 
> depends on sentry-service-client) across the codebase accordingly.
> Also, several test classes needed to be updated to declare their use of 
> SentryServiceIntegrationBase:
> TestAuditLogForSentryGenericService.java
> TestSentryGenericServiceClient
> TestAuthorizingDDLAuditLogWithKerberos
> TestSentryPolicyServiceClient
> TestSentryServiceClientPool
> TestSentryServiceWithInvalidMsgSize
> TestSentryWebServerWithKerberos
>  



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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-21 Thread Anthony Young-Garner (JIRA)

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

Anthony Young-Garner commented on SENTRY-2208:
--

Added patch 007 to include some missing (not staged for commit) changes.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208-002.patch, SENTRY-2208-003.patch, 
> SENTRY-2208-004.patch, SENTRY-2208-005.patch, SENTRY-2208-006.patch, 
> SENTRY-2208-007.patch, SENTRY-2208.patch
>
>
> The module sentry-provider-db included all the code for sentry server and 
> sentry client. To pull the client and server dependencies outside of 
> sentry-provider-db, a new module, sentry-service was created with submodules 
> sentry-service-server, sentry-service-api (see SENTRY-2206) and 
> sentry-service-client.
> The majority of this patch moves classes from sentry-provider-db to 
> sentry-service-server (Thrift APIs, web server, model classes and SQL) and 
> sentry-service-client (SentryServiceClientFactory) and updates dependencies 
> (Sentry HDFS service depends on sentry-service-server and Sentry Provider DB 
> depends on sentry-service-client) across the codebase accordingly.
> Also, several test classes needed to be updated to declare their use of 
> SentryServiceIntegrationBase:
> TestAuditLogForSentryGenericService.java
> TestSentryGenericServiceClient
> TestAuthorizingDDLAuditLogWithKerberos
> TestSentryPolicyServiceClient
> TestSentryServiceClientPool
> TestSentryServiceWithInvalidMsgSize
> TestSentryWebServerWithKerberos
>  



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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-21 Thread Anthony Young-Garner (JIRA)

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

Anthony Young-Garner commented on SENTRY-2208:
--

Added patch 006 in response to comments on review. Added patch 007 because some 
*.sql files in sentry-provider-db/src/main/resources were clobbered in the 
patch.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208-002.patch, SENTRY-2208-003.patch, 
> SENTRY-2208-004.patch, SENTRY-2208-005.patch, SENTRY-2208-006.patch, 
> SENTRY-2208.patch
>
>
> The module sentry-provider-db included all the code for sentry server and 
> sentry client. To pull the client and server dependencies outside of 
> sentry-provider-db, a new module, sentry-service was created with submodules 
> sentry-service-server, sentry-service-api (see SENTRY-2206) and 
> sentry-service-client.
> The majority of this patch moves classes from sentry-provider-db to 
> sentry-service-server (Thrift APIs, web server, model classes and SQL) and 
> sentry-service-client (SentryServiceClientFactory) and updates dependencies 
> (Sentry HDFS service depends on sentry-service-server and Sentry Provider DB 
> depends on sentry-service-client) across the codebase accordingly.
> Also, several test classes needed to be updated to declare their use of 
> SentryServiceIntegrationBase:
> TestAuditLogForSentryGenericService.java
> TestSentryGenericServiceClient
> TestAuthorizingDDLAuditLogWithKerberos
> TestSentryPolicyServiceClient
> TestSentryServiceClientPool
> TestSentryServiceWithInvalidMsgSize
> TestSentryWebServerWithKerberos
>  



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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on SENTRY-2208:
---

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12923538/SENTRY-2208-004.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/3794/console

This message is automatically generated.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208-002.patch, SENTRY-2208-003.patch, 
> SENTRY-2208-004.patch, SENTRY-2208.patch
>
>
> The module sentry-provider-db included all the code for sentry server and 
> sentry client. To pull the client and server dependencies outside of 
> sentry-provider-db, a new module, sentry-service was created with submodules 
> sentry-service-server, sentry-service-api (see SENTRY-2206) and 
> sentry-service-client.
> The majority of this patch moves classes from sentry-provider-db to 
> sentry-service-server (Thrift APIs, web server, model classes and SQL) and 
> sentry-service-client (SentryServiceClientFactory) and updates dependencies 
> (Sentry HDFS service depends on sentry-service-server and Sentry Provider DB 
> depends on sentry-service-client) across the codebase accordingly.
> Also, several test classes needed to be updated to declare their use of 
> SentryServiceIntegrationBase:
> TestAuditLogForSentryGenericService.java
> TestSentryGenericServiceClient
> TestAuthorizingDDLAuditLogWithKerberos
> TestSentryPolicyServiceClient
> TestSentryServiceClientPool
> TestSentryServiceWithInvalidMsgSize
> TestSentryWebServerWithKerberos
>  



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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-15 Thread Anthony Young-Garner (JIRA)

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

Anthony Young-Garner commented on SENTRY-2208:
--

Add patch 004. Removed sentry-dist/src/license/THIRD-PARTY.properties

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208-002.patch, SENTRY-2208-003.patch, 
> SENTRY-2208-004.patch, SENTRY-2208.patch
>
>
> The module sentry-provider-db included all the code for sentry server and 
> sentry client. To pull the client and server dependencies outside of 
> sentry-provider-db, a new module, sentry-service was created with submodules 
> sentry-service-server, sentry-service-api (see SENTRY-2206) and 
> sentry-service-client.
> The majority of this patch moves classes from sentry-provider-db to 
> sentry-service-server (Thrift APIs, web server, model classes and SQL) and 
> sentry-service-client (SentryServiceClientFactory) and updates dependencies 
> (Sentry HDFS service depends on sentry-service-server and Sentry Provider DB 
> depends on sentry-service-client) across the codebase accordingly.
> Also, several test classes needed to be updated to declare their use of 
> SentryServiceIntegrationBase:
> TestAuditLogForSentryGenericService.java
> TestSentryGenericServiceClient
> TestAuthorizingDDLAuditLogWithKerberos
> TestSentryPolicyServiceClient
> TestSentryServiceClientPool
> TestSentryServiceWithInvalidMsgSize
> TestSentryWebServerWithKerberos
>  



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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on SENTRY-2208:
---

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

This message is automatically generated.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208-002.patch, SENTRY-2208-003.patch, 
> SENTRY-2208.patch
>
>




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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-15 Thread Anthony Young-Garner (JIRA)

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

Anthony Young-Garner commented on SENTRY-2208:
--

Added patch 003. Rebased on master.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208-002.patch, SENTRY-2208-003.patch, 
> SENTRY-2208.patch
>
>




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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-14 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on SENTRY-2208:
---

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

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

{color:red}ERROR:{color} mvn test exited 1
{color:red}ERROR:{color} Failed: 
org.apache.sentry.tests.e2e.dbprovider.TestDbPrivilegeCleanupOnDrop

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

This message is automatically generated.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208-002.patch, SENTRY-2208.patch
>
>




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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-11 Thread Anthony Young-Garner (JIRA)

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

Anthony Young-Garner commented on SENTRY-2208:
--

Hmm... I ran the tests before submitting. I'll try again locally and see what 
might be the issue.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208.patch
>
>




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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-11 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on SENTRY-2208:
---

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

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

{color:red}ERROR:{color} mvn test exited 1
{color:red}ERROR:{color} Failed: 
org.apache.sentry.tests.e2e.dbprovider.TestDbPrivilegeCleanupOnDrop
{color:red}ERROR:{color} Failed: 
org.apache.sentry.tests.e2e.dbprovider.TestHmsNotificationProcessingWithOutSyncOnDrop
{color:red}ERROR:{color} Failed: 
org.apache.sentry.tests.e2e.hdfs.TestHDFSIntegrationWithHA
{color:red}ERROR:{color} Failed: 
org.apache.sentry.tests.e2e.hdfs.TestHDFSIntegrationTogglingConf
{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.dbprovider.TestHmsNotificationProcessingWithOutSyncOnCreate

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

This message is automatically generated.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Sub-task
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: SENTRY-2208.patch
>
>




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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-05-08 Thread Anthony Young-Garner (JIRA)

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

Anthony Young-Garner commented on SENTRY-2208:
--

[~akolb] – I have a diff ready for this one based on the SENTRY-1205 branch and 
[~moist]'s review on SENTRY-2206. I'll post once SENTRY-2206 is resolved.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Improvement
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Anthony Young-Garner
>Priority: Major
> Fix For: 2.1.0
>
>




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


[jira] [Commented] (SENTRY-2208) Refactor out Sentry service into own module from sentry-provider-db

2018-04-18 Thread Alexander Kolbasov (JIRA)

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

Alexander Kolbasov commented on SENTRY-2208:


This work was done earlier as SENTRY-1205 but was later reverted from master 
due to difficulties in merging with Sentry HA branch.

> Refactor out Sentry service into own module from sentry-provider-db
> ---
>
> Key: SENTRY-2208
> URL: https://issues.apache.org/jira/browse/SENTRY-2208
> Project: Sentry
>  Issue Type: Improvement
>  Components: Sentry
>Affects Versions: 2.1.0
>Reporter: Steve Moist
>Assignee: Steve Moist
>Priority: Major
> Fix For: 2.1.0
>
>




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