[ https://issues.apache.org/jira/browse/RANGER-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16851509#comment-16851509 ]
Pradeep Agrawal commented on RANGER-2397: ----------------------------------------- Created RR : [https://reviews.apache.org/r/70761/diff/1#index_header] > HiveServer2 fails to start with Hive Plugin for Ranger > ------------------------------------------------------ > > Key: RANGER-2397 > URL: https://issues.apache.org/jira/browse/RANGER-2397 > Project: Ranger > Issue Type: Bug > Components: plugins > Reporter: Junseung Hwang > Assignee: Pradeep Agrawal > Priority: Major > Labels: patch, pull-request-available > Fix For: 2.0.0 > > Attachments: RANGER-2397.1.patch > > Time Spent: 40m > Remaining Estimate: 0h > > HIVE-18777 added Authorization interface to support information_schema > integration with external authorization, but it causes the bug with Hive > Plugin for Ranger. Specifically, it causes the following error while starting > HiveServer2 with the Hive Plugin, and blocks HiveServer2 to start. > {code:java} > java.lang.AbstractMethodError: > org.apache.ranger.authorization.hive.authorizer.RangerHiveAuthorizer.getHivePolicyProvider()Lorg/apache/hadoop/hive/ql/security/authorization/plugin/HivePolicyProvider{code} > -- This message was sent by Atlassian JIRA (v7.6.3#76005)