Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

hive auxillary jars

avatar

I want to use a few jars for executing some hive queries. I can do this by adding those jars in the beeline session. But is there a way of doing it permanently by specifying the HIVE_AUX_JARS. If so how can i do it in ambari. Also do these jars need to be present in all the nodes of the cluster?

I am using ambari 2.2.1

1 ACCEPTED SOLUTION

avatar
@ARUNKUMAR RAMASAMY

The jars need to be present on the Hiveserver machine. It is not necessary to have them on all the nodes.

You can refer to below link:

http://stackoverflow.com/questions/31802908/adding-hive-jars-permanently/31808016

Thanks and Regards,

Sindhu

View solution in original post

2 REPLIES 2

avatar
Super Guru

@ARUNKUMAR RAMASAMY add a custom hive-site.xml properties with the name of hive.aux.jars.path if it is not available and add your jars file:///home/user/xyz.jar

avatar
@ARUNKUMAR RAMASAMY

The jars need to be present on the Hiveserver machine. It is not necessary to have them on all the nodes.

You can refer to below link:

http://stackoverflow.com/questions/31802908/adding-hive-jars-permanently/31808016

Thanks and Regards,

Sindhu