Jaeho Yoo created ZEPPELIN-5551: ----------------------------------- Summary: Zeppelin does not support JDBC interpreter for trino v358 and above Key: ZEPPELIN-5551 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5551 Project: Zeppelin Issue Type: Bug Components: JdbcInterpreter Affects Versions: 0.10.0 Reporter: Jaeho Yoo Fix For: 0.10.0
1. prestosql has been renamed to trino since 2020.12 - [https://trino.io/blog/2020/12/27/announcing-trino.html] 2. jdbc interpreter supports only `com.facebook.presto.jdbc.PrestoDriver` and `io.prestosql.jdbc.PrestoDriver` after bug (check issue below) - [https://github.com/apache/zeppelin/blob/v0.10.0/jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java#L476-L485] - https://issues.apache.org/jira/browse/ZEPPELIN-2891 3. trino no longer supports the name `io.prestosql.jdbc.PrestoDriver` and has been removed in v358. [- https://github.com/trinodb/trino/commit/86136cea9b6d525a830c3eb70a3db937b947e257|https://github.com/trinodb/trino/commit/86136cea9b6d525a830c3eb70a3db937b947e257] 4. For LTS, need to add trino driver name to support v358 and above -- This message was sent by Atlassian Jira (v8.3.4#803005)