Neeraj Verma created RANGER-2709:
------------------------------------
Summary: Ranger 2.0.0 Hive plugin Not compatible with AWS EMR
Hadoop Hive Hive 2.3.5
Key: RANGER-2709
URL: https://issues.apache.org/jira/browse/RANGER-2709
Project: Ranger
Issue Type: Bug
Components: plugins
Reporter: Neeraj Verma
We have upgraded our Ranger Admin Version to 2.0.0 as we need to use
security zone functionality .
We we upgraded ranger-hive-plugin to 2.0.0 version we notice below error
{code:java}
Caused by: java.lang.NoSuchFieldError: REPLLOAD
at
org.apache.ranger.authorization.hive.authorizer.RangerHiveAuthorizer.checkPrivileges(RangerHiveAuthorizer.java:694)
~[ranger-hive-plugin-2.0.0.jar:2.0.0]
at org.apache.hadoop.hive.ql.Driver.doAuthorizationV2(Driver.java:974)
~[hive-exec-2.3.5-amzn-1.jar:2.3.5-amzn-1]
{code}
After debugging RangerHiveAuthorizer.java class in github , we notice code
changes are not compatible with Old Hive and Hadoop version.
Is there any patch and solution for this?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)