RE: Caused by: javax.jdo.JDODataStoreException: Exception thrown while querying indices for table=DBS: HELP need

2010-12-03 Thread Tali K
No, where I can find this script? Date: Fri, 3 Dec 2010 15:53:52 -0800 Subject: Re: Caused by: javax.jdo.JDODataStoreException: Exception thrown while querying indices for table=DBS: HELP need From: c...@cloudera.com To: user@hive.apache.org Hi Tali, Did you run the metastore schema upgrad

Re: Caused by: javax.jdo.JDODataStoreException: Exception thrown while querying indices for table=DBS: HELP need

2010-12-03 Thread Carl Steinbach
Hi Tali, Did you run the metastore schema upgrade script? This is a requirement if you are upgrading from an older version of Hive to version 0.6. Thanks. Carl On Fri, Dec 3, 2010 at 1:31 PM, Tali K wrote: > Hi All, > > We installed a new hive distribution - 0.6. > We copied this 2 jars to

Caused by: javax.jdo.JDODataStoreException: Exception thrown while querying indices for table=DBS: HELP need

2010-12-03 Thread Tali K
Hi All, We installed a new hive distribution - 0.6. We copied this 2 jars to the hive/lib directory. postgresql-9.0-801.jdbc4.jar jdo2-core-2.0.jar We are getting this exception Caused by: javax.jdo.JDODataStoreException: Exception thrown while querying indices for table=DBS NestedThrowables:

Re: Does anyone get past TestEmbeededHiveMetaStore in ant test?

2010-12-03 Thread Ashutosh Chauhan
This happens because you have a slower machine :) In this test HiveMetaStore is brought up in separate thread and then current thread sleeps for 5 secs, hoping MetaStore will be up by then. On heavily loaded machine (or slow machines) 5 seconds may be too less. Change TestRemoteHiveMetaStore.java

Does anyone get past TestEmbeededHiveMetaStore in ant test?

2010-12-03 Thread Edward Capriolo
test: [junit] Running org.apache.hadoop.hive.metastore.TestEmbeddedHiveMetaStore [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 34.192 sec [junit] BR.recoverFromMismatchedToken [junit] Running org.apache.hadoop.hive.metastore.TestRemoteHiveMetaStore [junit] Running

RE: Running a HiveClient with create external table HBase

2010-12-03 Thread Vivek Mishra
Hi, I found answer for this issue. It was related to metastore_db. Server and client were on different metastore_db. Vivek From: Vivek Mishra Sent: Friday, December 03, 2010 1:48 PM To: user@hive.apache.org Subject: Running a HiveClient with create external table HBase Hi, Currently I am facin

Running a HiveClient with create external table HBase

2010-12-03 Thread Vivek Mishra
Hi, Currently I am facing random behavior while trying to create a java client for Hive hbase integration. Case: I am trying to create a hive table for existing HBase table. So i have started hiveserver via /hive -service hiveserver. In logs I can see it is printing by my sql with "CREATE E