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
Is there any setting so that hive server log outputs are redirected to some
file ? (other than nohup and all)
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
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
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();
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
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
>
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
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