From b06bc0032ab5e2db0b9c0e24c2143b4fcb16f688 Mon Sep 17 00:00:00 2001 From: Rahul Ajmera Date: Thu, 30 Jul 2020 11:04:54 -0700 Subject: [PATCH] Update installpackage_Spark.ipynb Update PySpark instructions --- .../spark/config-install/installpackage_Spark.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/features/sql-big-data-cluster/spark/config-install/installpackage_Spark.ipynb b/samples/features/sql-big-data-cluster/spark/config-install/installpackage_Spark.ipynb index bd9b8ded..d2fc1955 100644 --- a/samples/features/sql-big-data-cluster/spark/config-install/installpackage_Spark.ipynb +++ b/samples/features/sql-big-data-cluster/spark/config-install/installpackage_Spark.ipynb @@ -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 @@ } } ] -} \ No newline at end of file +}