[
https://issues.apache.org/jira/browse/RANGER-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065111#comment-15065111
]
Madhan Neethiraj commented on RANGER-791:
-----------------------------------------
[~thejas] +1. Thanks for the patch. I will commit this later today. Please do
consider providing an abstract class for authorizers to extend from - like:
{code}
public abstract class AbstractHiveAuthorizer implements HiveAuthorizer {
}
{code}
Then authorizer implementations like Ranger can extend the class and not have
to be in the picture while HiveAuthorizer interface evolves.
> Update ranger to work with HiveAuthorizer interface changes
> -----------------------------------------------------------
>
> Key: RANGER-791
> URL: https://issues.apache.org/jira/browse/RANGER-791
> Project: Ranger
> Issue Type: Bug
> Reporter: Thejas M Nair
> Fix For: 0.6.0
>
> Attachments: RANGER-791.1.patch
>
>
> HIVE-12698 is introducing changes to the HiveAuthorizer api. This will be
> part of Hive 2.0.0 release.
> Change is needed to provide a implementation in ranger of the additional api
> method being added to the interface.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)