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:
PreviousConfigure VirtualBox NAT as Network Adapter on Guest VM and Allow putty ssh Through Port ForwardingNextCreate customized Apache Spark Docker container
Last updated