Re: Hive Server - Transport error occurred during acceptance of message

2011-02-15 Thread vaibhav negi
Hi , I am using hive version 0.7 ( as suggested by lib/hive-hwi-0.7.0.war) . I checked out code from svn two weeks back . I use thrift api's to load data into hive programmatically . Vaibhav Negi On Sat, Feb 12, 2011 at 6:06 AM, Viral Bajaria wrote: > We use hive through the thrift api too. I

hive server mode log

2011-02-15 Thread Amlan Mandal
Is there any setting so that hive server log outputs are redirected to some file ? (other than nohup and all)

Re: Hive Server - Transport error occurred during acceptance of message

2011-02-15 Thread Ajo Fod
You could try to save the information in a tab separated file and try to load that into hive. -Ajo On Tue, Feb 15, 2011 at 1:24 AM, vaibhav negi wrote: > Hi , > > I am using hive version 0.7 ( as suggested by lib/hive-hwi-0.7.0.war) . I > checked out code from svn two weeks back . I use thrift a

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

In UDAF, possible for terminatePartial to be called without init?

2011-02-15 Thread Aurora Skarra-Gallagher
Hi, I wrote a simple UDAF for Hive 0.6 and I had to include null checks in terminatePartial even though the object should never be null if init is always called before terminatePartial. For instance, my init function: public void init() { result = new StringBuffer();

Index Types in Hive

2011-02-15 Thread tony martin
Hi, Im new to this forum as well as to Hive. In RDBMS we talk of multiple index types such as Btree, BitMap and so. When an index is created in HIVE using CREATE INDEX, what sort of index is created? Could anyone guide me on the indexing stratergies used in Hive. Best regards, Tony M

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 >

RE: TOAD for hive

2011-02-15 Thread Peter Hall
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 2

Efficient mechanism to simulate the row level updates in Hive

2011-02-15 Thread Sheetal Dolas
Hello, We have thousands of tables in a Hive database. Many tables have billions of records and multi TB of data data in them. We are looking for efficient mechanism to achieve row level updates on these tables. Please share your experiences, ideas. Thanks and Regards, Sheetal