Thanks, I also created our custom dockerfile and COPY the required jars for hive-jdbc, but the problem still exists (using another Java application with the same jars, I could connect to Hive and do queries). Finally I resolved editing the class DelegatingConnection of another package (commons-dbcp2-2.2.0.jar) that always launched an SQLException like "Method not supported". After editing and recompiling the package, I could connect to Hive from Knowage. It's really a bad solution, since I had to edit a module from org.apache and customize it.