From eece5a820f0e4c16b5e44d7c3f260631ebe31ec7 Mon Sep 17 00:00:00 2001 From: Giannis Mouchakis Date: Wed, 9 Mar 2016 18:06:20 +0200 Subject: [PATCH] fixed directory name and minor in README --- README.md | 4 ++-- hadoop-namenode/Dockerfile | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 hadoop-namenode/Dockerfile diff --git a/README.md b/README.md index 5ce09d7..25958ae 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,5 @@ Hadoop namenode listens on hdfs://namenode:8020 -To use access the namenode from another container link it using "--link namenode:namenode" and then use the afformentioned URL. -More info on how to access it using docker network coming soon. \ No newline at end of file +To access the namenode from another container link it using "--link namenode:namenode" and then use the afformentioned URL. +More info on how to access it using docker network coming soon. diff --git a/hadoop-namenode/Dockerfile b/hadoop-namenode/Dockerfile new file mode 100644 index 0000000..cd215c7 --- /dev/null +++ b/hadoop-namenode/Dockerfile @@ -0,0 +1,5 @@ +FROM bde2020/hadoop-base + +MAINTAINER Yiannis Mouchakis + +CMD hdfs namenode -format -nonInteractive & hdfs namenode \ No newline at end of file