Hadoop
Using docker
# Pull the Hadoop image from the registry
docker pull gitea.revservices.tw/parrotxray/hadoop-3.5.0:master
# Run the Hadoop container
docker run -d --name hadoop -p 9000:9000 -p 9870:9870 -p 8088:8088 -p 8042:8042 -p 19888:19888 gitea.revservices.tw/parrotxray/hadoop-3.5.0:master
# Access the Hadoop container
docker exec -it hadoop bash
Manual installation
Please refer to Hadoop Installation Guide for manual installation of Hadoop.
Description
Languages
Shell
71%
Dockerfile
29%