You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/10/14 03:25:36 UTC

[GitHub] [incubator-kyuubi] cfmcgrady commented on issue #1229: [Bug] Met error when run KyuubiServer in IDEA

cfmcgrady commented on issue #1229:
URL: https://github.com/apache/incubator-kyuubi/issues/1229#issuecomment-942912247


   > > The error gone in my laptop if I change `assert(connection.isInstanceOf[KyuubiConnection])` to `assert(connection.getClass.name === "org.apache.kyuubi.jdbc.hive.KyuubiConnection")` to cut the ref of shaded classes, please have a try.
   > 
   > You are right, had tried.
   > 
   > ```
   > assert(connection.getClass.getName === "org.apache.kyuubi.jdbc.hive.KyuubiConnection")
   > assert(metaData.getClass.getName === "org.apache.kyuubi.jdbc.hive.HiveDatabaseMetaData")
   > ```
   
   So we need to install module `kyuubi-hive-jdbc` to maven local repository first after this change?


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

To unsubscribe, e-mail: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org