Re: Hive 0.11 & Hive 0.12 - Hive MySQL Metastore is not used for INSERT

2014-02-02 Thread Naga Vijay
I have modified the title of the JIRA to properly reflect the issue faced - Hive 0.11 & Hive 0.12 - derby.log and TempStatsStore are created when using MySQL Metastore Regards Naga On Sun, Feb 2, 2014 at 2:15 PM, Naga Vijay wrote: > Hi, > > I have checked my hive-site.xml ; it is fine ; hive

Re: Hive 0.11 & Hive 0.12 - Hive MySQL Metastore is not used for INSERT

2014-02-02 Thread Naga Vijay
Hi, I have checked my hive-site.xml ; it is fine ; hive metastore service is running as well. I have logged this - https://issues.apache.org/jira/browse/HIVE-6352 Regards Naga On Sun, Feb 2, 2014 at 9:11 AM, Matouk IFTISSEN wrote: > Hello, > see your hie-site.xml file, and check the database

Re: Hive 0.11 & Hive 0.12 - Hive MySQL Metastore is not used for INSERT

2014-02-02 Thread Matouk IFTISSEN
Hello, see your hie-site.xml file, and check the database connexion( connexion string) because in this file, that happend connexion to the metastore when you start Hive. Hope this helps you. regards. Matouk 2014-02-02 Naga Vijay : > Hi, > > I am facing this situation for the below mentioned hql

Hive 0.11 & Hive 0.12 - Hive MySQL Metastore is not used for INSERT

2014-02-01 Thread Naga Vijay
Hi, I am facing this situation for the below mentioned hql file - > Hive MySQL Metastore is used for table t1 > Hive MySQL Metastore is not used for table t2 (derby.log is created in the directory) -- -- database pp_test_hive_metastore drop database if exists pp_test_hive_metastore c