1 min readJul 2, 2020
Thanks for quick response. Sorry I forgot to mention that I am not using docker environment, I am using Hortonworks Data Platform (HDP-3.1.4). So according to your suggestion I added jar file to HIVE_AUX_JARS path using this link. Basically, I created auxlib folder under /usr/hdp/version/hive/auxlib and added the jar there. I also checked if jar was loaded properly by
ps -ef | grep hive | grep custom.jar and it was showing properly. I even restarted all hive service from ambari but still I am not able to see the logs in hivemetastore.log file.