Signal Docker Container (spark,hdfs,etc)
- Install Docker Desktop (https://www.docker.com/products/docker-desktop) Additional Docker Resources:
- 2 or more cpu cores.
- 8gb/ram or higher.
- Build the Docker Container
./build.sh
- Start the Environment
./start.sh
- If all goes well then http://localhost:8080/ should have Zeppelin up and running. (park Primer: http://localhost:8080/#/notebook/2EHFGMBH5)
The Dockerfile is used to build Zeppelin which has dependency on the rest of other docker containers Hadoop and Spark
Note: Building the initial docker container can take anywhere from 5-20 minutes. Please be patient!
./build.sh
To start the entire image with spark + hadoop + zeppelin:
./start.sh
./stop.sh
List all running docker processes
docker ps
You just need to launch a bash session.
docker exec -it CONTAINER_NAME command
docker exec -it zeppelin /bin/bash