fixed directory name and minor in README

This commit is contained in:
Giannis Mouchakis 2016-03-09 18:06:20 +02:00
parent b97e590f6f
commit eece5a820f
2 changed files with 7 additions and 2 deletions

View File

@ -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.
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.

View File

@ -0,0 +1,5 @@
FROM bde2020/hadoop-base
MAINTAINER Yiannis Mouchakis <gmouchakis@iit.demokritos.gr>
CMD hdfs namenode -format -nonInteractive & hdfs namenode