Docker image for single HDFS node.
Only for development purpose.
License: MIT
$ docker build -t mdouchement/hdfs .
Note: there is an autobuild image https://hub.docker.com/r/mdouchement/hdfs/
# Running and get a Bash interpreter
$ docker run -p 22022:22 -p 8020:8020 -p 50010:50010 -p 50020:50020 -p 50070:50070 -p 50075:50075 -it mdouchement/hdfs
# With NFS
$ docker run -p 22022:22 -p 8020:8020 -p 50010:50010 -p 50020:50020 -p 50070:50070 -p 50075:50075 -p 111:111 -p 2049:2049 -it mdouchement/hdfs
# Running as daemon
$ docker run -p 22022:22 -p 8020:8020 -p 50010:50010 -p 50020:50020 -p 50070:50070 -p 50075:50075 -d mdouchement/hdfs
11120498020 (hdfs://localhost:8020)500105002050070500755009022All PRs are welcome.
Content type
Image
Digest
Size
833.1 MB
Last updated
almost 8 years ago
docker pull mdouchement/hdfs