Find Spark
Contents
Find Spark is an handy tool to use each time you want to switch between spark versions in Jupyter Notebooks without the need to change the SPARK_HOME
environment variable.
It works by:
adding
pyspark
tosys.path
at runtime.
Note: You need to restart the Kernel in order to change the Spark version.
Install it.
|
Use it.
|