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
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,
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
> 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
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
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