I'm having some problems when I try to connect my database reader to hbase.
I downloaded a .jar called hbql, add to the preferences page and I'm using a database reader and passing the following URL:
jdbc:odbc://192.168.50.184:9090/devel
Knime Console is giving me the error:
Error during fetching metadata from database, reason: org.knime.core.node.InvalidSettingsException: Driver "org.apache.hadoop.hbase.jdbc.Driver" does not accept URL: jdbc:odbc://192.168.50.184:9090/devel
Can anybody help with this issue? I'm using the 2.7.3 version of Knime.