This is an educational standalone Spark Cluster that uses mino for S3
It improves upon Spark Cluster with Docker with significant updates and enhancements for MinIO
You can always use information here Minio in docker cluster is not reachable from spark container to spin one without the code here.
The following steps will make you run your spark cluster's containers.
-
Docker installed
-
Docker compose installed
The final step to create your test cluster will be to run the compose file:
docker-compose up -d
Do yourself a favor and modify in /etc/hosts
the line
127.0.0.1 localhost
to
127.0.0.1 localhost my-minio-server