You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2020/02/10 03:17:40 UTC

[GitHub] [zeppelin] fred521 edited a comment on issue #3633: unable to connect presto and hive through presto jdbc interpreter

fred521 edited a comment on issue #3633: unable to connect presto and hive through presto jdbc interpreter
URL: https://github.com/apache/zeppelin/pull/3633#issuecomment-583938090
 
 
   Hi @zjffdu 
   I think zeppelin jdbc interpreter default 'url' in the properties, but is invalid in the presto jdbc driver
   see the [PrestoDriverUri.java](https://github.com/prestodb/presto/blob/303e640f5da27a8c3785aae2f4129fa2293d062f/presto-jdbc/src/main/java/com/facebook/presto/jdbc/PrestoDriverUri.java#L324) 
   and 
   [ConnectionProperties.java](https://github.com/prestodb/presto/blob/303e640f5da27a8c3785aae2f4129fa2293d062f/presto-jdbc/src/main/java/com/facebook/presto/jdbc/ConnectionProperties.java#L58)
   the same as the hive in the jdbc interpreter.
   see the jira exception https://issues.apache.org/jira/browse/ZEPPELIN-4601
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services