[
https://issues.apache.org/jira/browse/RANGER-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pradeep Agrawal reassigned RANGER-2471:
---------------------------------------
Assignee: Pradeep Agrawal
> Service Def only support 127 permissions
> -----------------------------------------
>
> Key: RANGER-2471
> URL: https://issues.apache.org/jira/browse/RANGER-2471
> Project: Ranger
> Issue Type: Bug
> Components: Ranger
> Reporter: Bosco
> Assignee: Pradeep Agrawal
> Priority: Major
>
> Service Def contains the list of permissions it supports, e.g. Select, Insert
> in Hive. The DB field we are using storing the sort order
> (x_access_type_def::sort_order) is currently tinyint(3), which limits the
> number of permissions supported to around 128.
> While this works for most of the service definitions, but it puts a
> limitation for the common service def used by "Tags", which is generally a
> cumulative of all the permissions.
> We need to change the column to a DB type which can support more values. e.g.
> smallint
--
This message was sent by Atlassian Jira
(v8.3.4#803005)