Thanks, That did the trick
-----Original Message----- From: Peter Hall [mailto:peter.h...@quest.com] Sent: Monday, February 21, 2011 11:45 PM To: user@hive.apache.org Subject: RE: TOAD for hive The way to add jars has changed. In your hive-site.xml add something like: <property> <name>hive.aux.jars.path</name> <value>file:/path/to/your/jar</value> </property> Cheers, Peter Hall Quest Software ________________________________________ From: Guy Doulberg [guy.doulb...@conduit.com] Sent: Tuesday, 22 February 2011 0:56 To: user@hive.apache.org Subject: RE: TOAD for hive 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:guy.doulb...@conduit.com] Sent: Sunday, February 20, 2011 4:23 PM To: user@hive.apache.org 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:peter.h...@quest.com] Sent: Wednesday, February 16, 2011 2:29 AM To: user@hive.apache.org 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 [camb...@gmail.com] Sent: Wednesday, 16 February 2011 10:50 To: user@hive.apache.org 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 <guy.doulb...@conduit.com> 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 > >