[jira] [Commented] (SENTRY-2503) Failed to revoke the privilege from impala-shell if the privilege added from beeline cli

2019-03-05 Thread Hadoop QA (JIRA)


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

Hadoop QA commented on SENTRY-2503:
---

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

This message is automatically generated.

> Failed to revoke the privilege from impala-shell if the privilege added from 
> beeline cli
> 
>
> Key: SENTRY-2503
> URL: https://issues.apache.org/jira/browse/SENTRY-2503
> Project: Sentry
>  Issue Type: Bug
>  Components: Sentry
>Affects Versions: 2.2.0
>Reporter: Na Li
>Assignee: Na Li
>Priority: Major
> Attachments: SENTRY-2503.001.patch, SENTRY-2503.002.patch, 
> SENTRY-2503.003.patch, SENTRY-2503.004.patch, SENTRY-2503.004.patch
>
>
> When granting all privilege on a table from impala-shell, this privilege 
> cannot be revoked from hiove beeline.
> When granting all privilege on a table from hive beeline, this privilege 
> cannot be revoked from  impala-shell.
> The reason is that impala uses "ALL" to represent all privilege, and hive 
> uses "*". So getting privilege to drop it does not properly.
> The solution is to find all equivalent privileges from input, and drop them.



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


[jira] [Commented] (SENTRY-2503) Failed to revoke the privilege from impala-shell if the privilege added from beeline cli

2019-03-05 Thread Na Li (JIRA)


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

Na Li commented on SENTRY-2503:
---

all tests failed due to connection issue. Re-attached patch 4 again.

> Failed to revoke the privilege from impala-shell if the privilege added from 
> beeline cli
> 
>
> Key: SENTRY-2503
> URL: https://issues.apache.org/jira/browse/SENTRY-2503
> Project: Sentry
>  Issue Type: Bug
>  Components: Sentry
>Affects Versions: 2.2.0
>Reporter: Na Li
>Assignee: Na Li
>Priority: Major
> Attachments: SENTRY-2503.001.patch, SENTRY-2503.002.patch, 
> SENTRY-2503.003.patch, SENTRY-2503.004.patch, SENTRY-2503.004.patch
>
>
> When granting all privilege on a table from impala-shell, this privilege 
> cannot be revoked from hiove beeline.
> When granting all privilege on a table from hive beeline, this privilege 
> cannot be revoked from  impala-shell.
> The reason is that impala uses "ALL" to represent all privilege, and hive 
> uses "*". So getting privilege to drop it does not properly.
> The solution is to find all equivalent privileges from input, and drop them.



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


[jira] [Commented] (SENTRY-2503) Failed to revoke the privilege from impala-shell if the privilege added from beeline cli

2019-03-04 Thread Hadoop QA (JIRA)


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

Hadoop QA commented on SENTRY-2503:
---

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

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

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

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

This message is automatically generated.

> Failed to revoke the privilege from impala-shell if the privilege added from 
> beeline cli
> 
>
> Key: SENTRY-2503
> URL: https://issues.apache.org/jira/browse/SENTRY-2503
> Project: Sentry
>  Issue Type: Bug
>  Components: Sentry
>Affects Versions: 2.2.0
>Reporter: Na Li
>Assignee: Na Li
>Priority: Major
> Attachments: SENTRY-2503.001.patch, SENTRY-2503.002.patch, 
> SENTRY-2503.003.patch, SENTRY-2503.004.patch
>
>
> When granting all privilege on a table from impala-shell, this privilege 
> cannot be revoked from hiove beeline.
> When granting all privilege on a table from hive beeline, this privilege 
> cannot be revoked from  impala-shell.
> The reason is that impala uses "ALL" to represent all privilege, and hive 
> uses "*". So getting privilege to drop it does not properly.
> The solution is to find all equivalent privileges from input, and drop them.



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


[jira] [Commented] (SENTRY-2503) Failed to revoke the privilege from impala-shell if the privilege added from beeline cli

2019-03-04 Thread Hadoop QA (JIRA)


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

Hadoop QA commented on SENTRY-2503:
---

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

{color:red}Overall:{color} -1 due to an error

{color:red}ERROR:{color} failed to build with patch (exit code 1)

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

This message is automatically generated.

> Failed to revoke the privilege from impala-shell if the privilege added from 
> beeline cli
> 
>
> Key: SENTRY-2503
> URL: https://issues.apache.org/jira/browse/SENTRY-2503
> Project: Sentry
>  Issue Type: Bug
>  Components: Sentry
>Affects Versions: 2.2.0
>Reporter: Na Li
>Assignee: Na Li
>Priority: Major
> Attachments: SENTRY-2503.001.patch, SENTRY-2503.002.patch, 
> SENTRY-2503.003.patch
>
>
> When granting all privilege on a table from impala-shell, this privilege 
> cannot be revoked from hiove beeline.
> When granting all privilege on a table from hive beeline, this privilege 
> cannot be revoked from  impala-shell.
> The reason is that impala uses "ALL" to represent all privilege, and hive 
> uses "*". So getting privilege to drop it does not properly.
> The solution is to find all equivalent privileges from input, and drop them.



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


[jira] [Commented] (SENTRY-2503) Failed to revoke the privilege from impala-shell if the privilege added from beeline cli

2019-02-28 Thread Hadoop QA (JIRA)


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

Hadoop QA commented on SENTRY-2503:
---

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12960719/SENTRY-2503.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.provider.db.service.persistent.TestSentryStore
{color:red}ERROR:{color} Failed: 
org.apache.sentry.api.service.thrift.TestSentryServiceIntegration

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

This message is automatically generated.

> Failed to revoke the privilege from impala-shell if the privilege added from 
> beeline cli
> 
>
> Key: SENTRY-2503
> URL: https://issues.apache.org/jira/browse/SENTRY-2503
> Project: Sentry
>  Issue Type: Bug
>  Components: Sentry
>Affects Versions: 2.2.0
>Reporter: Na Li
>Assignee: Na Li
>Priority: Major
> Attachments: SENTRY-2503.001.patch, SENTRY-2503.002.patch
>
>
> When granting all privilege on a table from impala-shell, this privilege 
> cannot be revoked from hiove beeline.
> When granting all privilege on a table from hive beeline, this privilege 
> cannot be revoked from  impala-shell.
> The reason is that impala uses "ALL" to represent all privilege, and hive 
> uses "*". So getting privilege to drop it does not properly.
> The solution is to find all equivalent privileges from input, and drop them.



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


[jira] [Commented] (SENTRY-2503) Failed to revoke the privilege from impala-shell if the privilege added from beeline cli

2019-02-27 Thread Hadoop QA (JIRA)


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

Hadoop QA commented on SENTRY-2503:
---

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

This message is automatically generated.

> Failed to revoke the privilege from impala-shell if the privilege added from 
> beeline cli
> 
>
> Key: SENTRY-2503
> URL: https://issues.apache.org/jira/browse/SENTRY-2503
> Project: Sentry
>  Issue Type: Bug
>  Components: Sentry
>Affects Versions: 2.2.0
>Reporter: Na Li
>Assignee: Na Li
>Priority: Major
> Attachments: SENTRY-2503.001.patch
>
>
> When granting all privilege on a table from impala-shell, this privilege 
> cannot be revoked from hiove beeline.
> When granting all privilege on a table from hive beeline, this privilege 
> cannot be revoked from  impala-shell.
> The reason is that impala uses "ALL" to represent all privilege, and hive 
> uses "*". So getting privilege to drop it does not properly.
> The solution is to find all equivalent privileges from input, and drop them.



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