mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update installpackage_Spark.ipynb
Update PySpark instructions
This commit is contained in:
+2
-2
@@ -104,7 +104,7 @@
|
||||
"# Install Python Packages at Runtime for use with PySpark\n",
|
||||
"\n",
|
||||
"The following code can be used to install packages on each executor node at runtime. \\\n",
|
||||
"**Note**: This installation is temporary, and must be performed each time a new Spark session is invoked.\n",
|
||||
"**Note**: This functionality is not available on a non-root BDC deployment (including OpenShift). This installation is temporary, and must be performed each time a new Spark session is invoked.\n",
|
||||
"\n",
|
||||
"``` Python\n",
|
||||
"import subprocess\n",
|
||||
@@ -137,4 +137,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user