Thanks a lot Yehuda. That helped me.
From: Yehuda Finkelstein [mailto:yeh...@veracity-group.com]
Sent: Monday, February 01, 2016 11:57 AM
To: user@hive.apache.org
Subject: Re: Adding custom jars for hive and map-reduce jobs dynamically from
hdfs location
hive.aux.jars.path
/var/lib/hive
hive.aux.jars.path
/var/lib/hive
Try this setting
On Feb 1, 2016 7:46 PM, "Chagarlamudi, Prasanth" <
prasanth.chagarlam...@epsilon.com> wrote:
> Hello,
>
> We currently have custom jars(util, serde etc) that needs to deployed
> into /hive/lib folder and mapreduce folders whenever they are
Hello,
We currently have custom jars(util, serde etc) that needs to deployed into
/hive/lib folder and mapreduce folders whenever they are updated/modified and
needs a restart whenever changed.
I am currently trying to see if I can place these jars on a hdfs location and
read them dynamically.