Hadoop Pseudo-Distributed container image
100K+
Quick and easy way to get Hadoop running in pseudo-distributed mode using Docker. Ideal for experimentation but robust enough to use in your workloads.
Docker image is based on Ubuntu Jammy 22.04 LTS.
See Hadoop docs for more information.
Dockerfile Linksdocker run --rm -d --name hadoop-pseudo\
--publish 8088:8088\
loum/hadoop-pseudo:latest
Hadoop ResourceManager is available at http://localhost:8088
NOTE: This will start the HDFS filesystem with all default settings except for
mapreduce.framework.namewhich has been set toyarn. However, this can be changed back to the defaultlocalas per the following:docker run --rm -d --name hadoop-pseudo\ --env MAPRED_SITE__MAPREDUCE_FRAMEWORK_NAME=local\ --publish 8088:8088\ loum/hadoop-pseudo:latest
shell Inside Container docker exec -ti hadoop-pseudo bash
Check the Hadoop Command Reference
docker stop hadoop-pseudo
Content type
Image
Digest
sha256:f697790dc…
Size
1 GB
Last updated
almost 3 years ago
docker pull loum/hadoop-pseudo:3.3.6