Support Questions

Find answers, ask questions, and share your expertise

Who agreed with this topic

Hive JDBC drivers support to execute multiple SQL Statements

avatar
New Contributor

Hi,

 

I have written a java program to execute SQL statements on hive using Cloudera hive JDBC driver. When I try to execute multiple SQL statements separated by a semicolon, driver throwing an error - Error while compiling statement: FAILED: ParseException line 1:36 cannot recognize input near ';' '<EOF>' '<EOF>' in table source. Is it possible to execute multiple SQL statements using Hive JDBC driver.

Who agreed with this topic