help in bypassing hive meta store

2014-10-24 Thread hadoop hive
Hi-- could you please help me on how to bypass hive meta store.. means which commands do i need to use. Thanks, Dhad.

please add me

2014-10-24 Thread hadoop hive

Fwd: Hive with JDBC

2012-03-16 Thread hadoop hive
-- 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

Simple Hive Query

2012-03-05 Thread hadoop hive
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

Re: Not able to create table in hive

2012-02-03 Thread hadoop hive
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: