Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 04:13 AM
Hi Community,
I need help regarding the class not found issue. I'm trying to connect databricks in python via
jaydebeapi, provided proper class name `com.databricks.client.jdbc.Driver` and jarpath `databricks-jdbc-2.6.34.jar`, but i'm getting com.databricks.client.jdbc.Driver is not found error.
Am i using the wrong jar and class name?
Am i using the wrong jar and class name?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 10:16 AM
Hello @HASSAN_UPPAL123
The class name is correct, for the jar please try downloading the latest from here
This issue may also be a classpath issue were the jar is not exported correctly in your client setup, I see similar issues/ suggested solutions reported in jaydebeapi's github
Regards