luke lu created ZEPPELIN-4601:
---------------------------------
Summary: unable to connect presto through presto jdbc interpreter
Key: ZEPPELIN-4601
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4601
Project: Zeppelin
Issue Type: Bug
Components: zeppelin-interpreter
Affects Versions: 0.8.2
Reporter: luke lu
Fix For: 0.9.0
when executed a sql query through the zeppelin presto jdbc interpreter in
notebook,couldn't get a correct result, there was always sqlException printed
in the log even though the completely correct configuration of this inerpreter,
hope some others have good iedas and can resolve this bug of the presto jdbc
interpreter
the log showed below:
{quote}java.sql.SQLException: Unrecognized connection property 'url'
at
io.prestosql.jdbc.PrestoDriverUri.validateConnectionProperties(PrestoDriverUri.java:326)
at io.prestosql.jdbc.PrestoDriverUri.(PrestoDriverUri.java:98)
at io.prestosql.jdbc.PrestoDriverUri.(PrestoDriverUri.java:88)
at io.prestosql.jdbc.PrestoDriver.connect(PrestoDriver.java:88)
at java.sql.DriverManager.getConnection(DriverManager.java:664)
at java.sql.DriverManager.getConnection(DriverManager.java:208)
at
org.apache.commons.dbcp2.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:79)
at
org.apache.commons.dbcp2.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:205)
at org.apac.......
{quote}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)