Which JDBC version of .jar file is needed to connect Dremio with Dataiku

Hello,

Trying to connect Dremio with Dataiku, for that using below .jar file to connect:

  1. 3.0.6
  2. 3.3.1
  3. 4.6.0

but any of this jar file is not working,
Can you please point me to use the correct version of JDBC .jar file (using jdk 1.8 version)

Can you please help me here ?

@ShubhamHengane Is JDK 1.8 the client or server JDK version? What version of Dremio is this?

Are other JDBC tools like DBeaver able to connect? Is Dataiku SSL enabled?

Hello @balaji.ramaswamy, JDK 1.8 is server JDK. Dremio version is 24.0.1. not sure tools like DBeaver are able to connect and yes Dataiku is SSL enabled.

@ShubhamHengane From the error it looks like an SSL issue, let us narrow down the issue

see if you can download Dbeaver and connect to Dremio, then can you turn off SSL on Dataiku and try the connection (just to test?)

https://docs.dremio.com/software/client-applications/dbeaver/

Hello @balaji.ramaswamy, I have added property like ssl:true inside dataiku and it works for me. Thanks for your help and support!