Re: Overriding Derby in hive-site.xml giving strange results...

2015-11-10 Thread Gaurav Tiwari
So which one will be used during query execution ? What we observed that no matter what queries are getting executed on Hive with derby . Also there is no dialect defined for HSQLDB , do you think this will work ? On Tue, Nov 10, 2015 at 5:07 AM, Michael Armbrust wrote: > We have two copies of

Re: Spark SQL CLI

2014-09-24 Thread Gaurav Tiwari
ntext and metastore_db >>> should be created by a regular HiveContext. Can you check if you are still >>> using LocalHiveContext when you tried to access your tables? Also, if you >>> created those tables when you launched your sql cli under bin/, you can >>> la

Re: Spark SQL CLI

2014-09-22 Thread Gaurav Tiwari
Hi , I tried setting the metastore and metastore_db location in the *conf/hive-site.xml *to the directories created in spark bin folder (they were created when I ran spark shell and used LocalHiveContext), but still doesn't work Do I need to same my RDD as a table through hive context to make thi