Chapter 13. Using Spark Notebooks on Dataproc
Interactive development tools like notebooks help data engineers easily collaborate as well as explore and analyze data, thereby improving developer productivity. Choosing the right notebook environment for developing and running Spark applications on GCP is essential to optimizing workflows and leveraging GCP’s capabilities.
This chapter explores the various notebook environments available on GCP and provides guidance on selecting the most suitable one for your Spark workloads. We will demonstrate how to set up a Jupyter Notebook on Dataproc on GCE clusters and run different Spark workloads, such as Spark Scala and PySpark, using various notebook kernels.
We will also cover advanced topics, including managing libraries, configuring Spark properties, and working with Dataproc-enabled Vertex AI Workbench instances. By the end of this chapter, you’ll have a comprehensive understanding of how to efficiently configure, execute, and manage Spark jobs using notebooks on GCP’s Dataproc service.
Deciding Which Notebook Environments to Choose
Problem
There are various notebook environments in GCP, including Jupyter, JupyterLab, Apache Zeppelin, and Colab. Which one should you choose for running Spark applications?
Solution
Use Dataproc-enabled Vertex AI Workbench (“Creating Dataproc-Enabled Vertex AI Workbench Instances”) for developing and running Spark applications on GCP. It provides a managed JupyterLab Notebook environment to develop ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access