Hi everyone,
I am trying to add the Apache Phoenix Storage Handler to our hdp 2.5.3 cluster following the directions I found hier:
Phoenix Storage Handler for Apache Hive
The problem is, I am working in a ambari managed cluster and I want to do it using ambari.
I created a folder auxlib in /usr/hdp/current/hive-server2/ but this only makes the jar available in the node where I created it.
I could potentially repeat this step for every node but I also want to access hive from clients outside the cluster.
I tried creating a property in the custom hive-site in ambari:
hive.aux.jars.path = hdfs:///hdp/apps/2.5.3.0-37/hive/auxjars/*
But it did not work.
I also don't want to edit the jija template for the advanced hive-env section
Any comment will be appreciated.
Kind regards,
Paul