0

I'm using the Schema Workbench that I compiled from the source available on github using:

 mvn  -Pworkbench package 

It starts with no problem and there is a folder called drivers which suggests to copy there all the additional JDBC drivers. I did it and restarted the workbench.

The jar I copied is kylin-jdbc-2.6.1.jar

The problem is that when I click on Options -> Connection...

enter image description here

There is no Kylin driver to select. Did anyone get the Schema Workbench working with Kylin and defined a working schema?

ozw1z5rd
  • 3,034
  • 3
  • 32
  • 49

1 Answers1

2

I found the solution:

Connection type : Generic database

Custom connection URL: jdbc:kylin://192.168.127.100:7070/project_name_on_kylin

Custom driver class: org.apache.kylin.jdbc.Driver

User name : ADMIN

Password: KYLIN

ozw1z5rd
  • 3,034
  • 3
  • 32
  • 49