Apache Hadoop ecosystem technologies
1.8K
Complete installation of Hadoop 3.3.1 with jdk8 in pseudo-distributed mode.
docker container run -it --name "hadoopc" -h hadoopc asami76/hadoop-pseudo:v1.0 bash -c "/usr/local/bootstrap.sh; bash"
You can use port mapping to view Hadoop services. Otherwise you can use a hoster container to temporarily register the container's name in the Docker Host /etc/hosts file.
Details are below:
docker run -d \
-v /var/run/docker.sock:/tmp/docker.sock \
-v /etc/hosts:/tmp/hosts \
asami76/docker-hoster
To test the Hadoop services open the Docker host's browser on http://hadoopc:9870/
Content type
Image
Digest
Size
1.6 GB
Last updated
over 4 years ago
docker pull asami76/hadoop-pseudo:v1.0