[jira] [Commented] (RANGER-3373) Ranger Hbase plugin not compatible with Hbase 2.3.4

2022-12-08 Thread Joseph Wheeler (Jira)


[ 
https://issues.apache.org/jira/browse/RANGER-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644820#comment-17644820
 ] 

Joseph Wheeler commented on RANGER-3373:


Issue appears in Ranger 2.3.0 with HBase 2.5.x. 

 

ERROR [master/:16000:becomeActiveMaster] 
coprocessor.CoprocessorHost (CoprocessorHost.java:abortServer(420)) - The 
coprocessor 
org.apache.ranger.authorization.hbase.RangerAuthorizationCoprocessor threw 
java.lang.NoClassDefFoundError: 
org/apache/hadoop/hbase/security/access/AccessControlLists
java.lang.NoClassDefFoundError: 
org/apache/hadoop/hbase/security/access/AccessControlLists

> Ranger Hbase plugin not compatible with Hbase 2.3.4
> ---
>
> Key: RANGER-3373
> URL: https://issues.apache.org/jira/browse/RANGER-3373
> Project: Ranger
>  Issue Type: Bug
>  Components: plugins
>Affects Versions: 2.1.0, 3.0.0, 2.1.1
>Reporter: Shivam Garg
>Priority: Major
>  Labels: patch
> Fix For: 3.0.0, 2.1.1
>
> Attachments: RANGER-3373-001-branch-2.1.patch, RANGER-3373-001.patch
>
>
> Ranger is incompatible with Hbase 2.3.4 because AccessControlLists class has 
> been changed to PermissionStorage
> https://issues.apache.org/jira/browse/HBASE-22084



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (RANGER-3656) Hive Plugin Not Compatible With Hive 2.3.9

2022-03-08 Thread Joseph Wheeler (Jira)
Joseph Wheeler created RANGER-3656:
--

 Summary: Hive Plugin Not Compatible With Hive 2.3.9
 Key: RANGER-3656
 URL: https://issues.apache.org/jira/browse/RANGER-3656
 Project: Ranger
  Issue Type: Bug
  Components: plugins
Affects Versions: 2.1.0
Reporter: Joseph Wheeler


Ranger Hive Plugin 2.1.0 is not compatible with Hive 2.3.9.

 

Error on Hive 2.3.9 when trying to start HiveServer2:

java.lang.NoClassDefFoundError: 
org/apache/hadoop/hive/ql/security/authorization/plugin/HivePolicyProvider
        at 
org.apache.ranger.authorization.hive.authorizer.RangerHiveAuthorizerFactory.createHiveAuthorizer(RangerHiveAuthorizerFactory.java:37)
 ~[ranger-hive-plugin-2.1.0.jar:2.1.0]

 

Specific class is present in hive-exec-3.1.2.jar, but not in 
hive-exec-2.3.9.jar.

 

Unable to upgrade to Hive 3.1.2 as it does not support Spark 3.x, and Spark 
2.3.x has numerous vulnerabilities.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)