Hello Netta,
To connect Databricks with Helical Insight, please ensure the following configurations are applied:
- Update JDBC Driver:
Remove the existing databricks driver
Example : /opt/Helical610_852GA/hi/hi-repository/System/Drivers
and update new driver, click here to download
- Update Docker Configuration (YML):
Add the following in docker-compose.yml under CATALINA_OPTS:
CATALINA_OPTS=-Djdk.internal.httpclient.disableHostnameVerification=true
–add-opens=java.base/java.nio=ALL-UNNAMED
–add-opens=java.base/java.lang=ALL-UNNAMED
After applying these changes, restart the Helical Insight Docker container and try reconnecting to Databricks
Thanks,
Helical Insight.