Closed ismaan1998 closed 2 years ago
Hi There, I was following the Notebook Code
%%pyspark import org.apache.spark.sql.SqlAnalyticsConnector._ import com.microsoft.spark.sqlanalytics.utils.Constants spark_read = spark.read.sqlanalytics("Built-in.dbo.LogisticsPostalAddress") spark_read.show(5, truncate = false)
Output -
Note - I am using Azure Synapse Notebooks. Isn't this module should be already installed in the notebook or if not then how i can install it?
Seems like i forgot to use SCALA as runtime
Hi There, I was following the Notebook Code
Output -
Note - I am using Azure Synapse Notebooks. Isn't this module should be already installed in the notebook or if not then how i can install it?