Lightweight pseudo-distributed Hadoop cluster for development/learning purposes
464
Existing Hadoop data platform sandboxes from Cloudera/Hortonworks are quite heavy to run on a developer laptop, and this provide a challenge and increases cost for developers to develop jobs for the platform.
This container provides a small pseudo-distributed Hadoop cluster that is light enough for use in laptop, containing just the bare necessities for doing batch job development on Apache Hive & Spark.
Components included:
Running the container:
docker pull kagesenshi/tinydoop:latest
docker run --privileged --rm -v /sys/fs/cgroup/:/sys/fs/cgroup:rw -d \
-p 2222:22 -p 8080:8080 -p 8090:8090 -p 8088:8088 -p 14000:14000 -p 10000:10000 \
kagesenshi/tinydoop
The container runs SSHD on port 2222, and you can ssh with username: tinydoop, password: password. Root password is password
Content type
Image
Digest
Size
6.2 GB
Last updated
about 7 years ago
docker pull kagesenshi/tinydoop