Hello,
I have installed com.microsoft.azure:azure-sqldb-spark:1.0.2 and using data bricks run time 6.4 Extended Support (includes Apache Spark 2.4.5, Scala 2.11).
Below is the code:
%python
jdbc_df = spark.read.format("com.microsoft.sqlserver.jdbc.spark").option("url", "hostname here:1433") .option("dbtable", "dbo._Temp_001").option("authentication", "ActiveDirectoryPassword").option("user","test@test.com").option("password", "password here").option("encrypt", "true").option("hostNameInCertificate", "*.database.windows.net").load()
receiving below error:
java.lang.ClassNotFoundException: Failed to find data source: com.microsoft.sqlserver.jdbc.spark. Please find packages at http://spark.apache.org/third-party-projects.html
Please help me




l4j library too.