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:

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

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

2015-11-09 Thread mayurladwa
Hello, this question is around the hive thrift server that comes packaged with spark 1.5.1, I am trying to change the default metastore from derby. >From googling I see the more commonly documented alternatives to derby are MySQL, but as it exposes a JDBC interface I want to try and get this