Hi--
could you please help me on how to bypass hive meta store.. means which
commands do i need to use.
Thanks,
Dhad.
-- Forwarded message --
From: hadoop hive
Date: Fri, Mar 16, 2012 at 2:04 PM
Subject: Hive with JDBC
To: u...@hive.apache.org
HI folks,
I m facing a problem while when i fired a query through java code, its
returns around half a million records which make the result set in hang
Hi Folks ,
i m facing a problem like i have a table a(k1 int ,k2 int ,k3 int );
and data present is like
*9,*1,*3
3,4,5
12,32,54
*9,12,32
12,*9,21
i need row which doesn't have *9 in any fields.
i wrote a query
1: select k1,k2,k3 from a where (k1<>'\*9' or k2<>'\*9' or k3<>'\*9');
2: selec
Thanks Mark,
I do have an access on metastore as I am login as admin. However when I
query through Hue web interface it is working for me (using User: Guest).
Here is how my hive-site.xml looks like. Is there any property that I need
to extend here.
javax.jdo.option.ConnectionURL
jdbc:derby: