Re: SQLException

2016-07-05 Thread Boris Schminke
e, > JL > > On Mon, Jul 4, 2016 at 3:45 PM, Boris Schminke > wrote: > >> Hi, all! >> I would like to see the message of SQL error thrown by JDBC Interpreter >> and not something like this (which was not the case in old Hive

SQLException

2016-07-03 Thread Boris Schminke
Hi, all! I would like to see the message of SQL error thrown by JDBC Interpreter and not something like this (which was not the case in old Hive Interpreter): class java.sql.SQLException com.facebook.presto.jdbc.PrestoResultSet.resultsException(PrestoResultSet.java:1812) com.facebook.presto.jdbc.P

JDBC interpreter is not concurrent

2016-06-10 Thread Boris Schminke
Hi all, when I used the Hive interpreter I could send several queries in parallel. Now in Zeppelin 0.6 Hive Interpreter is merged into JDBC (which is very good) but I can not execute concurrent Hive queries (which is not so good). How can I run concurrent queries to Hive using JDBC interpreter now