Re: hiveserver not picking up the files in HIVE_AUX_JARS_PATH

2012-01-12 Thread Aniket Mokashi
berto Congiu > wrote: > >> Hey guys, >> >> I ran into a quite annoying issue. I have some jars in >> HIVE_AUX_JARS_PATH that include some serdes and UDF. >> They work fine from CLI, but when I run the same queries through >> hiveserver (submitting them t

Re: hiveserver not picking up the files in HIVE_AUX_JARS_PATH

2012-01-12 Thread Aniket Mokashi
You need https://issues.apache.org/jira/browse/HIVE-2355 Thanks, Aniket On Thu, Jan 12, 2012 at 5:26 PM, Roberto Congiu wrote: > Hey guys, > > I ran into a quite annoying issue. I have some jars in > HIVE_AUX_JARS_PATH that include some serdes and UDF. > They work fine from CLI,

hiveserver not picking up the files in HIVE_AUX_JARS_PATH

2012-01-12 Thread Roberto Congiu
Hey guys, I ran into a quite annoying issue. I have some jars in HIVE_AUX_JARS_PATH that include some serdes and UDF. They work fine from CLI, but when I run the same queries through hiveserver (submitting them through thrift) I get errors on the tasktrackers, even though: - I specify the

Re: HIVE_AUX_JARS_PATH

2011-08-29 Thread Sam William
> Vaibhav > > -Original Message- > From: Sam William [mailto:sa...@stumbleupon.com] > Sent: Monday, August 29, 2011 3:56 PM > To: user@hive.apache.org > Subject: HIVE_AUX_JARS_PATH > > I assume you need to set HIVE_AUX_JARS_PATH to the jars that contain > custom

RE: HIVE_AUX_JARS_PATH

2011-08-29 Thread Aggarwal, Vaibhav
You need to point to the exact jar file location and not just the directory location. Vaibhav -Original Message- From: Sam William [mailto:sa...@stumbleupon.com] Sent: Monday, August 29, 2011 3:56 PM To: user@hive.apache.org Subject: HIVE_AUX_JARS_PATH I assume you need to set

HIVE_AUX_JARS_PATH

2011-08-29 Thread Sam William
I assume you need to set HIVE_AUX_JARS_PATH to the jars that contain custom Input/OutputFormats/Serdes.. I did export HIVE_AUX_JARS_PATH to point to the correct dir containing the jars and then ran hive .My custom class doesnt seem to be available when I create a table using these