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: Overriding Derby in hive-site.xml giving strange results...

2015-11-09 Thread Michael Armbrust
We have two copies of hive running in order to support multiple versions of hive with a single version of Spark. You are see log messages for the version that we use for execution (it just creates a temporary derby metastore). On Mon, Nov 9, 2015 at 3:32 PM, mayurladwa wrote: > Hello, this ques