There are some additional configurations that need to be done within PySpark to implement deep learning packages from Databricks called spark-deep-learning. These are configurations that were made all the way back in chapter 1, Setting up your Spark Environment for Deep Learning.
Configuring PySpark installation with deep learning packages
Getting ready
This configuration requires making changes in the terminal, using bash.
How to do it...
The following section walks through the steps to configure PySpark with deep learning packages:
- Open the terminal application and...