Update installpackage_Spark.ipynb

This commit is contained in:
Rahul Ajmera
2020-09-01 09:00:59 -07:00
committed by GitHub
parent 664e8ba6e9
commit 03d150420b
@@ -57,7 +57,7 @@
"Maven packages can be installed onto your Spark cluster using notebook cell configuration at the start of your spark session. Before starting a spark session in Azure Data Studio, run the following code:\r\n",
"\r\n",
"```\r\n",
"%%configure -f` \\\r\n",
"%%configure -f \\\r\n",
"{\"conf\": {\"spark.jars.packages\": \"com.microsoft.azure:azure-eventhubs-spark_2.11:2.3.1\"}}\r\n",
"```\r\n",
""