Skip to content

Commit b06bc00

Browse files
author
Rahul Ajmera
authored
Update installpackage_Spark.ipynb
Update PySpark instructions
1 parent 4e0fcb5 commit b06bc00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/features/sql-big-data-cluster/spark/config-install/installpackage_Spark.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"# Install Python Packages at Runtime for use with PySpark\n",
105105
"\n",
106106
"The following code can be used to install packages on each executor node at runtime. \\\n",
107-
"**Note**: This installation is temporary, and must be performed each time a new Spark session is invoked.\n",
107+
"**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",
108108
"\n",
109109
"``` Python\n",
110110
"import subprocess\n",
@@ -137,4 +137,4 @@
137137
}
138138
}
139139
]
140-
}
140+
}

0 commit comments

Comments
 (0)