> 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 need to have the source for Hive 0.12.0 available and > built as well as a hadoop installation. You also have to have the > environment vars set as specified here: > https://github.com/apache/spark/tree/master/sql Thanks! The other Hive compatibility tests seem to work, so I'll dig in a bit more to see if I can figure out what's happening here. best, wb