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

Re: Hive_test and hadoop 2x

2014-02-01 Thread Jay Vyas
Yes weve had a lot of trouble getting hive to run from maven with 2x. Currently we're attempting to formalize the issue here https://issues.apache.org/jira/browse/HIVE-6336 On Sat, Feb 1, 2014 at 9:19 AM, Edward Capriolo wrote: > I have seen different patch sets against different distro's. The b

Re: Hive_test and hadoop 2x

2014-02-01 Thread Edward Capriolo
I have seen different patch sets against different distro's. The basic idea is that the distro you test against does not matter, since hive is universally compatible (but that is not always true). I have been thinking about doing it completely inside a fork like this project https://github.com/edwa

Hive_test and hadoop 2x

2014-02-01 Thread Jay Vyas
Looks like hive_test is 1) mainly built to test hive only apps 2) specified for hadoop 0.2x Any one running hive_test in different environments? If so and any hints would love to adopt it ... We've opened a jira about the complexity of running hive embedded from maven due to the jdo/datanucleu