Re: question about Hive compatiblilty tests

2014-06-18 Thread Will Benton
> I assume you are adding tests? because that is the only time you should > see that message. Yes, I had added the HAVING test to the whitelist. > That error could mean a couple of things: > 1) The query is invalid and hive threw an exception > 2) Your Hive setup is bad. > > Regarding #2, you

Re: question about Hive compatiblilty tests

2014-06-18 Thread Michael Armbrust
I assume you are adding tests? because that is the only time you should see that message. That error could mean a couple of things: 1) The query is invalid and hive threw an exception 2) Your Hive setup is bad. Regarding #2, you need to have the source for Hive 0.12.0 available and built as we

question about Hive compatiblilty tests

2014-06-18 Thread Will Benton
Hi all, Does a "Failed to generate golden answer for query" message from HiveComparisonTests indicate that it isn't possible to run the query in question under Hive from Spark's test suite rather than anything about Spark's implementation of HiveQL? The stack trace I'm getting implicates Hive