You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by "Chagarlamudi, Prasanth" <pr...@epsilon.com> on 2016/02/01 18:46:18 UTC

Adding custom jars for hive and map-reduce jobs dynamically from hdfs location

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. Is there a better way of doing this if it's doable? Also would appreciate if you can suggest me good articles that can help me achieve this..

Thanks in advance
Prasanth C


________________________________

This e-mail and files transmitted with it are confidential, and are intended solely for the use of the individual or entity to whom this e-mail is addressed. If you are not the intended recipient, or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you are not one of the named recipient(s) or otherwise have reason to believe that you received this message in error, please immediately notify sender by e-mail, and destroy the original message. Thank You.

RE: Adding custom jars for hive and map-reduce jobs dynamically from hdfs location

Posted by "Chagarlamudi, Prasanth" <pr...@epsilon.com>.
Thanks a lot Yehuda. That helped me.

From: Yehuda Finkelstein [mailto:yehuda@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


<property>
  <name>hive.aux.jars.path</name>
  <value>/var/lib/hive</value>
</property>

Try this setting
On Feb 1, 2016 7:46 PM, "Chagarlamudi, Prasanth" <pr...@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 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. Is there a better way of doing this if it’s doable? Also would appreciate if you can suggest me good articles that can help me achieve this..

Thanks in advance
Prasanth C


________________________________

This e-mail and files transmitted with it are confidential, and are intended solely for the use of the individual or entity to whom this e-mail is addressed. If you are not the intended recipient, or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you are not one of the named recipient(s) or otherwise have reason to believe that you received this message in error, please immediately notify sender by e-mail, and destroy the original message. Thank You.

________________________________

This e-mail and files transmitted with it are confidential, and are intended solely for the use of the individual or entity to whom this e-mail is addressed. If you are not the intended recipient, or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you are not one of the named recipient(s) or otherwise have reason to believe that you received this message in error, please immediately notify sender by e-mail, and destroy the original message. Thank You.

Re: Adding custom jars for hive and map-reduce jobs dynamically from hdfs location

Posted by Yehuda Finkelstein <ye...@veracity-group.com>.
<property>
  <name>hive.aux.jars.path</name>
  <value>/var/lib/hive</value>
</property>

Try this setting
On Feb 1, 2016 7:46 PM, "Chagarlamudi, Prasanth" <
prasanth.chagarlamudi@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
> 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. Is there a better way of doing this if it’s
> doable? Also would appreciate if you can suggest me good articles that can
> help me achieve this..
>
>
>
> Thanks in advance
>
> Prasanth C
>
>
>
> ------------------------------
>
> This e-mail and files transmitted with it are confidential, and are
> intended solely for the use of the individual or entity to whom this e-mail
> is addressed. If you are not the intended recipient, or the employee or
> agent responsible to deliver it to the intended recipient, you are hereby
> notified that any dissemination, distribution or copying of this
> communication is strictly prohibited. If you are not one of the named
> recipient(s) or otherwise have reason to believe that you received this
> message in error, please immediately notify sender by e-mail, and destroy
> the original message. Thank You.
>