

JVM method execution failed: Nonstatic method load failed for class 6 when called with 1 arguments (, Value=System.String], )
#SPARK JDBC NO SUITABLE DRIVER FOUND CODE#
I am using the following code to load the SQL table into the dataframe:ĭataFrame dataFrame = spark.Read().Format("jdbc").Option("url", "jdbc:sqlserver://localhost databaseName=TEST_DB integratedSecurity=true ")
