I think I found a lead,
The following code is taken from the hiveserver.sh
if [ $minor_ver -lt 20 ]; then
exec $HADOOP jar $AUX_JARS_CMD_LINE $JAR $CLASS $HIVE_PORT "$@"
else
# hadoop 20 or newer - skip the aux_jars option and hiveconf
exec $HADOOP jar $JAR $CLASS $HIVE_PORT "$@"
fi
I am using hadoop 0.20.2,
So the else clause is being executed,
Do you know how to fix this?
Is there a JIRA for this or even a patch?
-----Original Message-----
From: Guy Doulberg [mailto:[email protected]]
Sent: Sunday, February 20, 2011 4:23 PM
To: [email protected]
Subject: RE: TOAD for hive
I ran into some problems with this maybe you can help me out.
I have aux jars, in them I have a custom writable object,
I put my jars in auxlib, using hive interactive mode it works perfectly, but
Using TOAD for hive, the jobs fail, looking in the jobtracker I see that my
custom writable class cannot be found..
Any ideas?
-----Original Message-----
From: Peter Hall [mailto:[email protected]]
Sent: Wednesday, February 16, 2011 2:29 AM
To: [email protected]
Subject: RE: TOAD for hive
It certainly does.
There's a server component available as a windows installer and an rpm and 2
clients, a windows standalone client and an eclipse plugin.
Cheers,
Peter Hall
Quest Software
________________________________________
From: Cam Bazz [[email protected]]
Sent: Wednesday, 16 February 2011 10:50
To: [email protected]
Subject: Re: TOAD for hive
thats good news, but does it run in linux?
On Tue, Feb 15, 2011 at 6:48 PM, Guy Doulberg <[email protected]> wrote:
> Hey,
>
>
>
> I started using Toad for querying hive, looks promising
>
>
>
> http://nosql.mypopescu.com/post/2913202510/hive-and-hbase-in-toad-for-cloud-demo
>
> http://toadforcloud.com/index.jspa
>
>
>
> enjoy
>
>
>
> Thanks,
>
> Guy
>
>