Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (2)
avatar
Contributor

hive.aux.jars.path doesn't work if you set it as a Custom property on Ambari Hive configs like hive.aux.jars.path.

Please set the property on command line using Hive CLI and beeline.

Please specify the jar files on hive-env.sh file from Ambari UI.

Example : hive-env tab:
HIVE_AUX_JARS_PATH=/usr/hdp/lib/elasticsearch-hadoop-2.2.0-rc1.jar

and restart Hive services.

1,688 Views
Comments

Hi @bthiyagarajan

thanks for the article.

I would like to know why this does not work, I mean, why I cannot set this property using the custom hive-site in ambari?

How should I specify the value of the HIVE_AUX_JARS_PATH in the jinja template?

Many thanks in advance,

Kind regards, Paul