Re: Integration Testing with Hive

2014-11-05 Thread Nishant Kelkar
Note: I've looked into the HiveRunner and hive_test projects as mentioned in my SO post. However, neither of these support a CDH Hadoop version, which is what I need to use. Specifically, my CDH version is 2.0.0-cdh4.7.0. Best Regards, Nishant Kelkar On Wed, Nov 5, 2014 at 12:29 AM, Nishant Kelka

Re: Integration Testing with Hive

2014-11-05 Thread Nishant Kelkar
Hey All, I was looking into integration testing Hive for some of my code. What I need is something that creates an in-memory HDFS ecosystem, and an on-the-fly HiveServer2 instance along with the Hive metastore. It is interesting to note that HBase currently does have something that you can use to