Member since
07-01-2020
3
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3809 | 01-28-2021 10:17 PM | |
3003 | 07-01-2020 08:39 PM |
02-04-2021
06:51 AM
Hi @aakash_nand and @GangWar Thank you for your comment. Your advice is so helpful. https://cwiki.apache.org/confluence/display/RANGER/Presto+Plugin https://github.com/apache/ranger/blob/master/agents-common/src/main/resources/service-defs/ranger-servicedef-presto.json Now, I confirmed that Apache Ranger included in CDP 7.1.5 can display Presto on the Ranger administration screen using the Presto API. And, confirmed that Ranger can be configured on a per-account basis for Presto from the Ranger management configuration screen. Many thanks,
... View more
07-01-2020
08:39 PM
I have found a solution to the above problem. The jar file needs to be placed under /usr/hdp/version-number/hive/auxlib as described in this question https://community.cloudera.com/t5/Support-Questions/How-add-path-with-aux-jars-for-Hive-client/td-p/213667 After placing jar under auxlib, I changed the hive.metastore.event.listeners property from ambari. There are three values of the same property name under ambari-> hive->configs->advanced 1) Advanced hive-interactive-site 2) Advanced hive-site 3) Advanced hivemetastore-site changed all of them to com.medium.hive.metastore.listerner.CustomListener; Restarted all hive services and the problem was solved. Hope this helps someone. Regards, Aakash
... View more