/docker-hdfs

Simple docker image for hdfs (hadoop)

Primary LanguageShell

Apache Hadoop 2.4 - HDFS only

Simple docker images for hdfs

How to use

Build Image

./build
HADOOP_VERSION=2.6.0 ./build
HADOOP_VERSION=2.7.1 ./build

Config

Modify hack/set-default.sh.tmpl

Run

hack/start_namenode.sh
hack/start_secondarynamenode.sh
hack/start_datanode.sh
hack/hdfs dfs -mkdir /tmp
hack/hdfs dfs -ls /

Reference

ruo91