Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Who agreed with this solution

avatar

The error sounds like the ODBC connection was successful, but the Impala query failed to parse.

 

A common issue is sending a SQL string that is terminated by a semicolon. Impala cannot parse such a query. Remove the trailing semicolon to make it work.

 

Future versions of Impala will also accept a trailing semicolon.

 

Let me know if this olves ths issue

View solution in original post

Who agreed with this solution