For the complete documentation index, see llms.txt. This page is also available as Markdown.

Docker deployment of Spark Cluster

Docker deployment of Spark Cluster

Docker Install, for our purpose, we only need to install Docker Community Edition (CE)

Get Docker CE for CentOS:

Get Docker CE for Debian:

Get Docker CE for Ubuntu:

Docker for Windows 10:

Docker for Mac:

For others:

Non Windows:

After Docker is installed, need to do the following to allow non root user to run Docker container

sudo groupadd docker

sudo usermod -aG docker $USER

exit and log in again

Install docker-compose:

Last updated