[jira] [Updated] (RANGER-2664) filterListCmdObjects does not work in sql 'show databases'

2019-12-05 Thread star (Jira)


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

star updated RANGER-2664:
-
Attachment: Ranger-2664-1.2.patch

> filterListCmdObjects does not work in sql 'show databases'
> --
>
> Key: RANGER-2664
> URL: https://issues.apache.org/jira/browse/RANGER-2664
> Project: Ranger
>  Issue Type: Bug
>  Components: plugins
>Reporter: star
>Priority: Major
> Attachments: Ranger-2664-1.2-PermissionDenied.patch, 
> Ranger-2664-1.2.patch, ranger-2664.patch
>
>
> In hive plugin, when execute sql 'show databases', 
> privilege HiveAccessType.USE is required on database '*'.  If it is 
> authorized USE privilege, all database will be showed. If not, the sql will 
> be stuck when checking privilege.
> To solve the problem, just let the sql 'show databases' pass through when 
> METASTORE_FILTER_HOOK is set as AuthorizationMetaStoreFilterHook. Privilege 
> HiveAccessType.USE is not required on database '*'.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RANGER-2664) filterListCmdObjects does not work in sql 'show databases'

2019-12-05 Thread star (Jira)


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

star updated RANGER-2664:
-
Affects Version/s: 1.2.0

> filterListCmdObjects does not work in sql 'show databases'
> --
>
> Key: RANGER-2664
> URL: https://issues.apache.org/jira/browse/RANGER-2664
> Project: Ranger
>  Issue Type: Bug
>  Components: plugins
>Affects Versions: 1.2.0
>Reporter: star
>Priority: Major
> Attachments: Ranger-2664-1.2-PermissionDenied.patch, 
> Ranger-2664-1.2.patch, ranger-2664.patch
>
>
> In hive plugin, when execute sql 'show databases', 
> privilege HiveAccessType.USE is required on database '*'.  If it is 
> authorized USE privilege, all database will be showed. If not, the sql will 
> be stuck when checking privilege.
> To solve the problem, just let the sql 'show databases' pass through when 
> METASTORE_FILTER_HOOK is set as AuthorizationMetaStoreFilterHook. Privilege 
> HiveAccessType.USE is not required on database '*'.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RANGER-2664) filterListCmdObjects does not work in sql 'show databases'

2019-12-05 Thread star (Jira)


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

star updated RANGER-2664:
-
Attachment: Ranger-2664-1.2-PermissionDenied.patch

> filterListCmdObjects does not work in sql 'show databases'
> --
>
> Key: RANGER-2664
> URL: https://issues.apache.org/jira/browse/RANGER-2664
> Project: Ranger
>  Issue Type: Bug
>  Components: plugins
>Reporter: star
>Priority: Major
> Attachments: Ranger-2664-1.2-PermissionDenied.patch, ranger-2664.patch
>
>
> In hive plugin, when execute sql 'show databases', 
> privilege HiveAccessType.USE is required on database '*'.  If it is 
> authorized USE privilege, all database will be showed. If not, the sql will 
> be stuck when checking privilege.
> To solve the problem, just let the sql 'show databases' pass through when 
> METASTORE_FILTER_HOOK is set as AuthorizationMetaStoreFilterHook. Privilege 
> HiveAccessType.USE is not required on database '*'.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RANGER-2664) filterListCmdObjects does not work in sql 'show databases'

2019-12-05 Thread star (Jira)


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

star updated RANGER-2664:
-
Description: 
In hive plugin, when execute sql 'show databases', 

privilege HiveAccessType.USE is required on database '*'.  If it is authorized 
USE privilege, all database will be showed. If not, the sql will be stuck when 
checking privilege.

To solve the problem, just let the sql 'show databases' pass through when 
METASTORE_FILTER_HOOK is set as AuthorizationMetaStoreFilterHook. Privilege 
HiveAccessType.USE is not required on database '*'.

  was:
In hive plugin, when execute sql 'show databases', 

privilege HiveAccessType.USE is required on database '*'.  If it is authorized 
USE privilege, all database will be showed. If not, the sql will be stuck when 
checking privilege.

To solve the problem, just let the sql 'show databases' pass through when 
METASTORE_FILTER_HOOK is not set as AuthorizationMetaStoreFilterHook. Privilege 
HiveAccessType.USE is not required on database '*'.


> filterListCmdObjects does not work in sql 'show databases'
> --
>
> Key: RANGER-2664
> URL: https://issues.apache.org/jira/browse/RANGER-2664
> Project: Ranger
>  Issue Type: Bug
>  Components: plugins
>Reporter: star
>Priority: Major
> Attachments: ranger-2664.patch
>
>
> In hive plugin, when execute sql 'show databases', 
> privilege HiveAccessType.USE is required on database '*'.  If it is 
> authorized USE privilege, all database will be showed. If not, the sql will 
> be stuck when checking privilege.
> To solve the problem, just let the sql 'show databases' pass through when 
> METASTORE_FILTER_HOOK is set as AuthorizationMetaStoreFilterHook. Privilege 
> HiveAccessType.USE is not required on database '*'.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RANGER-2664) filterListCmdObjects does not work in sql 'show databases'

2019-12-05 Thread star (Jira)


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

star updated RANGER-2664:
-
Attachment: ranger-2664.patch

> filterListCmdObjects does not work in sql 'show databases'
> --
>
> Key: RANGER-2664
> URL: https://issues.apache.org/jira/browse/RANGER-2664
> Project: Ranger
>  Issue Type: Bug
>  Components: plugins
>Reporter: star
>Priority: Major
> Attachments: ranger-2664.patch
>
>
> In hive plugin, when execute sql 'show databases', 
> privilege HiveAccessType.USE is required on database '*'.  If it is 
> authorized USE privilege, all database will be showed. If not, the sql will 
> be stuck when checking privilege.
> To solve the problem, just let the sql 'show databases' pass through when 
> METASTORE_FILTER_HOOK is not set as AuthorizationMetaStoreFilterHook. 
> Privilege HiveAccessType.USE is not required on database '*'.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RANGER-2664) filterListCmdObjects does not work in sql 'show databases'

2019-12-05 Thread star (Jira)


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

star updated RANGER-2664:
-
Description: 
In hive plugin, when execute sql 'show databases', 

privilege HiveAccessType.USE is required on database '*'.  If it is authorized 
USE privilege, all database will be showed. If not, the sql will be stuck when 
checking privilege.

To solve the problem, just let the sql 'show databases' pass through when 
METASTORE_FILTER_HOOK is not set as AuthorizationMetaStoreFilterHook. Privilege 
HiveAccessType.USE is not required on database '*'.

  was:
In hive plugin, when execute sql 'show databases', 

privilege HiveAccessType.USE is required on database '*'.  If it is authorized 
USE privilege, all database will be showed. If not, the sql will be stuck when 
checking privilege.

To solve the problem, just let the sql 'show databases' pass through when 

METASTORE_FILTER_HOOK

is not set as 

AuthorizationMetaStoreFilterHook. Privilege HiveAccessType.USE is not required 
on database '*'.


> filterListCmdObjects does not work in sql 'show databases'
> --
>
> Key: RANGER-2664
> URL: https://issues.apache.org/jira/browse/RANGER-2664
> Project: Ranger
>  Issue Type: Bug
>  Components: plugins
>Reporter: star
>Priority: Major
>
> In hive plugin, when execute sql 'show databases', 
> privilege HiveAccessType.USE is required on database '*'.  If it is 
> authorized USE privilege, all database will be showed. If not, the sql will 
> be stuck when checking privilege.
> To solve the problem, just let the sql 'show databases' pass through when 
> METASTORE_FILTER_HOOK is not set as AuthorizationMetaStoreFilterHook. 
> Privilege HiveAccessType.USE is not required on database '*'.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)