Sign inSign up

asami76/hadoop-pseudo

By asami76

•Updated over 4 years ago

Apache Hadoop ecosystem technologies

Image
16

1.8K

asami76/hadoop-pseudo repository overview

⁠Intro

Complete installation of Hadoop 3.3.1 with jdk8 in pseudo-distributed mode.

⁠Suggested usage

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/⁠

Tag summary

Content type

Image

Digest

Size

1.6 GB

Last updated

over 4 years ago

docker pull asami76/hadoop-pseudo:v1.0