Running Hive unit tests on a fully-distributed cluster

2013-04-15 Thread Mark Grover
Hi all, Is there a way to run Hive unit tests against a fully-distributed Hadoop cluster? I poked around the code and was only able to find two modes - local mode and miniMR. Is there a property or something similar that I can set to do so? I have been contributing recently to Apache

Re: Running Hive unit tests on a fully-distributed cluster

2013-04-15 Thread Ashutosh Chauhan
Thanks Mark for looking into this. Getting our test harness to run on fully-distributed hadoop cluster will be immensely valuable. There are few things to consider. https://issues.apache.org/jira/browse/HIVE-2670 provides a framework to run tests on fully distributed cluster. But it doesnt yet

Re: Running Hive unit tests on a fully-distributed cluster

2013-04-15 Thread Mark Grover
Thanks, Ashutosh! I will take a look. On Mon, Apr 15, 2013 at 5:55 PM, Ashutosh Chauhan hashut...@apache.orgwrote: Thanks Mark for looking into this. Getting our test harness to run on fully-distributed hadoop cluster will be immensely valuable. There are few things to consider.