[
https://issues.apache.org/jira/browse/HIVE-19161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16756945#comment-16756945
]
Song Jun commented on HIVE-19161:
---------------------------------
[~daijy] After this patch, ranger will not work with hive
No method getHivePolicyProvider in RangerHiveAuthorizer.
{code:java}
java.lang.AbstractMethodError:
org.apache.ranger.authorization.hive.authorizer.RangerHiveAuthorizer.getHivePolicyProvider()Lorg/apache/hadoop/hive/ql/security/authorization/plugin/HivePolicyProvider;
at
org.apache.hive.service.server.HiveServer2.startPrivilegeSynchonizer(HiveServer2.java:985)
~[hive-service-3.1.1.jar:3.1.1]
at
org.apache.hive.service.server.HiveServer2.start(HiveServer2.java:726)
~[hive-service-3.1.1.jar:3.1.1]
at
org.apache.hive.service.server.HiveServer2.startHiveServer2(HiveServer2.java:1037)
[hive-service-3.1.1.jar:3.1.1]
at
org.apache.hive.service.server.HiveServer2.access$1600(HiveServer2.java:140)
[hive-service-3.1.1.jar:3.1.1]
at
org.apache.hive.service.server.HiveServer2$StartOptionExecutor.execute(HiveServer2.java:1305)
[hive-service-3.1.1.jar:3.1.1]
at
org.apache.hive.service.server.HiveServer2.main(HiveServer2.java:1149)
[hive-service-3.1.1.jar:3.1.1]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:1.8.0_151]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_151]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_151]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_151]
at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
[hadoop-common-2.7.2.jar:?]
at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
[hadoop-common-2.7.2.jar:?]
{code}
> Add authorizations to information schema
> ----------------------------------------
>
> Key: HIVE-19161
> URL: https://issues.apache.org/jira/browse/HIVE-19161
> Project: Hive
> Issue Type: Improvement
> Reporter: Daniel Dai
> Assignee: Daniel Dai
> Priority: Major
> Fix For: 3.0.0, 3.1.0
>
> Attachments: HIVE-19161.1.patch, HIVE-19161.10.patch,
> HIVE-19161.11.patch, HIVE-19161.12.patch, HIVE-19161.13.patch,
> HIVE-19161.14.patch, HIVE-19161.15.patch, HIVE-19161.2.patch,
> HIVE-19161.3.patch, HIVE-19161.4.patch, HIVE-19161.5.patch,
> HIVE-19161.6.patch, HIVE-19161.7.patch, HIVE-19161.8.patch, HIVE-19161.9.patch
>
>
> We need to control the access of information schema so user can only query
> the information authorized to.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)