cp bin/env_template.yaml bin/env.yaml
Fill in the env.yaml
file with your own configurations.
source bin/setup.sh
A service notebook
will be created on the Kubernetes cluster.
Check Spark information by running the following code in a notebook cell:
start()
Check Spark UI by clicking the link in the notebook cell output.
-
- Based on jupyter/all-spark-notebook:spark-3.5.0
- Include Google Cloud SDK and GCS connector
- Include pyspark startup script
- Include notebook save hook function to save notebook to GCS
-
- Based on apache/spark:3.5.0
- Include GCS connector