Re: Capturing HIVE CLI errors

2013-10-08 Thread Stephen Sprague
The thrift libraries throw errors back to the client as one would expect. Looks like we're going to have to see some example code where you're not seeing them. On Tue, Oct 8, 2013 at 2:57 AM, praveenesh kumar wrote: > Hi guys, > > I am trying to write a client code for HIVE CLI via ODBC connecto

Capturing HIVE CLI errors

2013-10-08 Thread praveenesh kumar
Hi guys, I am trying to write a client code for HIVE CLI via ODBC connector. I want to add query validation code at my client side. I was wondering is there a way I can capture the Hive query syntax errors which I can use to validate at my client end. I don't want to write my own validation codes