Closed qg-lin closed 4 months ago
This is due to missing JDBC driver package.
You need to place the mysql jdbc driver package in the spark classpath, or set the --jars
option to specify the corresponding jar when executing the spark-submit
command.
Search before asking
Version
spark-doris-connector-3.2_2.12:1.3.2
What's Wrong?
When use SaveMode.Overwrite to write dataframe, 'No suitable driver found for jdbc' exception occured.
What You Expected?
success write data to doris by SaveMode.Overwrite
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct