Saiku/Hitachi-Pentaho Schema Workbench

227 Views Asked by At

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?

1

There are 1 best solutions below

0
ozw1z5rd On

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