How to connect to NetSuit database from Azure synapse spark notebook using pyspark ?
Heta Desai
357
Reputation points
I want to connect to the NetSuit database from Azure synapse spark notebook using pyspark. While using the below command it throws an error.
jdbcDF = spark.read.format("cdata.jdbc.netsuite.NetSuiteDriver") \
.option("url", url) \
.option("user", user) \
.option("password", password) \
.option("query",query) \
.load()
Error: Py4JJavaError: An error occurred while calling o649.load.
: java.lang.ClassNotFoundException: Failed to find data source: cdata.jdbc.netsuite.NetSuiteDriver. Please find packages at http://spark.apache.org/third-party-projects.html
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
Sign in to answer