Development

I have working JDBC connection to data bricks server in Java code.
I’m trying to make similar connection in my JMeter project (tried with apache-jmeter-5.3 and apache-jmeter-5.4.3) using same connection details.
I put SparkJDBC42.jar in JMeter lib (downloaded from https://databricks.com/spark/jdbc-drivers-download).
To connect I’ve used com.simba.spark.jdbc.Driver class.
In Database Url using jdbc:spark://adb-…
I’ve tried:

using UID and PWD inside Url
using UID and PWD in Username and Password fields
using UID and PWD in Connection Properties.

No matter what I do, I keep getting error:
“Response message:java.sql.SQLException: Cannot create JDBC driver of class ‘com.simba.spark.jdbc.Driver’ for connect URL …”

I followed instructions from this post last response: https://stackoverflow.com/questions/66913893/how-can-i-connect-jmeter-with-databricks-spark-cluster
What can be the issue?

I am trying to resolve a compatibility issue between Chromedriver and Chrome browser, but none of the solutions I have tried have worked so far(mentioned below). I have latest chrome driver and chrome browser version installed but seems like it’s pointing to a different chromedriver which I’m not sure where to find. Location of my chromedriver is /opt/homebrew/bin/chromedriver. Please kindly help me understand what is wrong here? I have added all the details below. Thanks for your help!!Specifications:
ChromeDriver version 113.0.5672.63
Chrome browser version 113.0.5672.126
ERROR webdriver: Request failed with status 500 due to session not created: session not created: This version of ChromeDriver only supports Chrome version 108
Current browser version is 113.0.5672.126 with binary path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
Solution tried

Uninstalling and reinstalling chrome driver by using brew install –cask chromedriver
Uninstalling and reinstalling chrome browser
Removing chromedriver from this location /opt/homebrew/bin/chromedriver and manually adding it to folder usr/local/bin
xattr -d com.apple.quarantine /opt/homebrew/Caskroom/chromedriver to remove restriction

Design Notes is a podcast by Liam Spradlin about creative work and what it teaches us. This season begins with…

Post Content Source: Read MoreÂ