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/09 23:59:12 UTC

[GitHub] [zeppelin] fred521 opened a new pull request #3633: unable to connect presto and hive through presto jdbc interpreter

fred521 opened a new pull request #3633: unable to connect presto and hive through presto jdbc interpreter
URL: https://github.com/apache/zeppelin/pull/3633
 
 
   ### What is this PR for?
   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
   
   
   ### What type of PR is it?
   [Bug Fix]
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-4601
   
   ### How should this be tested?
   Pass CI 
   and functional testing
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the licenses files need update? N
   * Is there breaking changes for older versions? N
   * Does this needs documentation? N
   

----------------------------------------------------------------
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

[GitHub] [zeppelin] zjffdu commented on issue #3633: unable to connect presto and hive through presto jdbc interpreter

Posted by GitBox <gi...@apache.org>.
zjffdu commented on issue #3633: unable to connect presto and hive through presto jdbc interpreter
URL: https://github.com/apache/zeppelin/pull/3633#issuecomment-583927250
 
 
   @fred521 Could you explain more about how this fix the issue ? 

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
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

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

Posted by GitBox <gi...@apache.org>.
fred521 commented 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

[GitHub] [zeppelin] fred521 closed pull request #3633: unable to connect presto and hive through presto jdbc interpreter

Posted by GitBox <gi...@apache.org>.
fred521 closed pull request #3633: unable to connect presto and hive through presto jdbc interpreter
URL: https://github.com/apache/zeppelin/pull/3633
 
 
   

----------------------------------------------------------------
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