RE: Using Toad for Hive

2011-05-16 Thread Mike
Thanks Peter!  Mike --- On Mon, 5/16/11, Peter Hall wrote: From: Peter Hall Subject: RE: Using Toad for Hive To: "user@hive.apache.org" Date: Monday, May 16, 2011, 1:29 AM #yiv653055334 P {margin-top:0;margin-bottom:0;} Hi Mike, 1. There's no official support for Ub

RE: Using Toad for Hive

2011-05-15 Thread Peter Hall
rs, Peter Hall Quest Software From: Mike [nano_kol...@yahoo.com] Sent: Sunday, 15 May 2011 2:12 To: user@hive.apache.org Subject: Using Toad for Hive Hi, I started using Toad for Hive,looks cool! I installed the plugins in Eclipse in windows and it started wor

Using Toad for Hive

2011-05-14 Thread Mike
Hi,     I started using Toad for Hive,looks cool! I installed the plugins in Eclipse in windows and it started working fine. I have a few questions:   1. Does it work with Ubuntu-Linux? 2. Job Tracker works okay, but when I look into some tasktracker logs, the url gets changed as hostnames

RE: TOAD for hive

2011-02-27 Thread Peter Hall
Regards, Peter Hall Quest Software From: Otis Gospodnetic [otis_gospodne...@yahoo.com] Sent: Saturday, 26 February 2011 9:00 To: user@hive.apache.org Subject: Re: TOAD for hive Hi, I've had a quick look at Toad for Cloud the other day, too. * One compla

Re: TOAD for hive

2011-02-25 Thread Otis Gospodnetic
--- Sematext :: http://sematext.com/ :: Solr - Lucene - Hadoop Hadoop ecosystem search :: http://search-hadoop.com/ > >From: Guy Doulberg >To: "user@hive.apache.org" >Sent: Tue, February 15, 2011 11:48:51 AM >Subject: TOAD for hive > > >Hey, > >I st

RE: TOAD for hive

2011-02-22 Thread Guy Doulberg
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: hive.aux.jars.path

RE: TOAD for hive

2011-02-21 Thread Peter Hall
@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 hivecon

RE: TOAD for hive

2011-02-21 Thread Guy Doulberg
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

RE: TOAD for hive

2011-02-20 Thread Guy Doulberg
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

RE: TOAD for hive

2011-02-15 Thread Peter Hall
ruary 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 wrote: > Hey, > > > > I started using Toad for querying hive, looks promising > > > > http://nosql.mypopescu.co

Re: TOAD for hive

2011-02-15 Thread Cam Bazz
thats good news, but does it run in linux? On Tue, Feb 15, 2011 at 6:48 PM, Guy Doulberg 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 >

TOAD for hive

2011-02-15 Thread Guy Doulberg
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